/dhall-aws-cloudformation/cloudformation/AWS::Glue::SecurityConfiguration/CloudWatchEncryption.dhall

Copy path to clipboard

Source

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