/dhall-aws-cloudformation/cloudformation/AWS::Backup::RestoreTestingSelection/ProtectedResourceConditions.dhall

Copy path to clipboard

Source

{ Type =
{ StringEquals : Optional (List (./KeyValue.dhall).Type)
, StringNotEquals : Optional (List (./KeyValue.dhall).Type)
}
, default =
{ StringEquals = None (List (./KeyValue.dhall).Type)
, StringNotEquals = None (List (./KeyValue.dhall).Type)
}
}