/dhall-aws-cloudformation/cloudformation/AWS::S3::Bucket/BucketEncryption.dhall

Copy path to clipboard

Source

{ Type =
{ ServerSideEncryptionConfiguration :
List (./ServerSideEncryptionRule.dhall).Type
}
, default = {=}
}