/dhall-aws-cloudformation/cloudformation/AWS::ECR::Repository/EncryptionConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ EncryptionType : (./../../Fn.dhall).CfnText
, KmsKey : Optional (./../../Fn.dhall).CfnText
}
, default.KmsKey = None (./../../Fn.dhall).CfnText
}