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