/dhall-aws-cloudformation/cloudformation/AWS::S3::StorageLens/PrefixLevelStorageMetrics.dhall

Copy path to clipboard

Source

{ Type =
{ IsEnabled : Optional Bool
, SelectionCriteria : Optional (./SelectionCriteria.dhall).Type
}
, default =
{ IsEnabled = None Bool
, SelectionCriteria = None (./SelectionCriteria.dhall).Type
}
}