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

pub struct GlobalSecondaryIndex {
    pub index_name: Value<String>,
    pub key_schema: ValueList<KeySchema>,
    pub projection: Value<Projection>,
    pub provisioned_throughput: Value<ProvisionedThroughput>,
}

Fields

Property IndexName.

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

Property KeySchema.

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

Property Projection.

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

Property ProvisionedThroughput.

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

Trait Implementations

impl Debug for GlobalSecondaryIndex
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for GlobalSecondaryIndex
[src]

[src]

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

Auto Trait Implementations