/dhall-aws-cloudformation/cloudformation/AWS::S3::StorageLens/Properties.dhall
Copy path to clipboardSource
{ Type =
{ StorageLensConfiguration : (./StorageLensConfiguration.dhall).Type
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default.Tags = None (List (./../Tag.dhall).Type)
}