/dhall-aws-cloudformation/cloudformation/AWS::S3::StorageLensGroup/Properties.dhall
Copy path to clipboardSource
{ Type =
{ Filter : (./Filter.dhall).Type
, Name : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default.Tags = None (List (./../Tag.dhall).Type)
}