/dhall-aws-cloudformation/cloudformation/AWS::Timestream::Table/S3Configuration.dhall
Copy path to clipboardSource
{ Type =
{ BucketName : (./../../Fn.dhall).CfnText
, EncryptionOption : (./../../Fn.dhall).CfnText
, KmsKeyId : Optional (./../../Fn.dhall).CfnText
, ObjectKeyPrefix : Optional (./../../Fn.dhall).CfnText
}
, default =
{ KmsKeyId = None (./../../Fn.dhall).CfnText
, ObjectKeyPrefix = None (./../../Fn.dhall).CfnText
}
}