/dhall-aws-cloudformation/cloudformation/AWS::S3::StorageLensGroup/Or.dhall

Copy path to clipboard

Source

{ Type =
{ MatchAnyPrefix : Optional (List (./../../Fn.dhall).CfnText)
, MatchAnySuffix : Optional (List (./../../Fn.dhall).CfnText)
, MatchAnyTag : Optional (List (./../Tag.dhall).Type)
, MatchObjectAge : Optional (./MatchObjectAge.dhall).Type
, MatchObjectSize : Optional (./MatchObjectSize.dhall).Type
}
, default =
{ MatchAnyPrefix = None (List (./../../Fn.dhall).CfnText)
, MatchAnySuffix = None (List (./../../Fn.dhall).CfnText)
, MatchAnyTag = None (List (./../Tag.dhall).Type)
, MatchObjectAge = None (./MatchObjectAge.dhall).Type
, MatchObjectSize = None (./MatchObjectSize.dhall).Type
}
}