Struct cfn::aws::dynamodb::table::ProvisionedThroughput [] [src]

pub struct ProvisionedThroughput {
    pub read_capacity_units: Value<u64>,
    pub write_capacity_units: Value<u64>,
}

Fields

Property ReadCapacityUnits.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property WriteCapacityUnits.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for ProvisionedThroughput
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ProvisionedThroughput
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations