Struct cfn::aws::dynamodb::TableProperties[][src]

pub struct TableProperties {
Show fields pub attribute_definitions: Option<ValueList<AttributeDefinition>>, pub billing_mode: Option<Value<String>>, pub contributor_insights_specification: Option<Value<ContributorInsightsSpecification>>, pub global_secondary_indexes: Option<ValueList<GlobalSecondaryIndex>>, pub key_schema: ValueList<KeySchema>, pub kinesis_stream_specification: Option<Value<KinesisStreamSpecification>>, pub local_secondary_indexes: Option<ValueList<LocalSecondaryIndex>>, pub point_in_time_recovery_specification: Option<Value<PointInTimeRecoverySpecification>>, pub provisioned_throughput: Option<Value<ProvisionedThroughput>>, pub sse_specification: Option<Value<SSESpecification>>, pub stream_specification: Option<Value<StreamSpecification>>, pub table_name: Option<Value<String>>, pub tags: Option<ValueList<Tag>>, pub time_to_live_specification: Option<Value<TimeToLiveSpecification>>,
}
Expand description

Properties for the Table resource.

Fields

attribute_definitions: Option<ValueList<AttributeDefinition>>

Property AttributeDefinitions.

Update type: Conditional. Conditional updates can be mutable or immutable, depending on, for example, which other properties you updated. For more information, see the relevant resource type documentation.

billing_mode: Option<Value<String>>

Property BillingMode.

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

contributor_insights_specification: Option<Value<ContributorInsightsSpecification>>

Property ContributorInsightsSpecification.

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

global_secondary_indexes: Option<ValueList<GlobalSecondaryIndex>>

Property GlobalSecondaryIndexes.

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

key_schema: ValueList<KeySchema>

Property KeySchema.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

kinesis_stream_specification: Option<Value<KinesisStreamSpecification>>

Property KinesisStreamSpecification.

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

local_secondary_indexes: Option<ValueList<LocalSecondaryIndex>>

Property LocalSecondaryIndexes.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

point_in_time_recovery_specification: Option<Value<PointInTimeRecoverySpecification>>

Property PointInTimeRecoverySpecification.

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

provisioned_throughput: Option<Value<ProvisionedThroughput>>

Property ProvisionedThroughput.

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

sse_specification: Option<Value<SSESpecification>>

Property SSESpecification.

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

stream_specification: Option<Value<StreamSpecification>>

Property StreamSpecification.

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

table_name: Option<Value<String>>

Property TableName.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

tags: Option<ValueList<Tag>>

Property Tags.

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

time_to_live_specification: Option<Value<TimeToLiveSpecification>>

Property TimeToLiveSpecification.

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

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.