/dhall-aws-cloudformation/cloudformation/AWS::Timestream::Database/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ DatabaseName : Optional (./../../Fn.dhall).CfnText
, KmsKeyId : Optional (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ DatabaseName = None (./../../Fn.dhall).CfnText
, KmsKeyId = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}