/dhall-aws-cloudformation/cloudformation/AWS::Cassandra::Table/EncryptionSpecification.dhall
Copy path to clipboardSource
{ Type =
{ EncryptionType : (./../../Fn.dhall).CfnText
, KmsKeyIdentifier : Optional (./../../Fn.dhall).CfnText
}
, default.KmsKeyIdentifier = None (./../../Fn.dhall).CfnText
}