/dhall-aws-cloudformation/cloudformation/AWS::Cassandra::Table/BillingMode.dhall

Copy path to clipboard

Source

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