Amazon DynamoDB Operations: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
{{External|[https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-reference-dynamodb.html AWS::DynamoDB::Table]}} | {{External|[https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-reference-dynamodb.html AWS::DynamoDB::Table]}} | ||
Resources: | |||
DyamoDBTable: | |||
Type: AWS::DynamoDB::Table | |||
Properties: | |||
AttributeDefinitions: | |||
- AttributeDefinition | |||
BillingMode: String | |||
GlobalSecondaryIndexes: | |||
- GlobalSecondaryIndexes | |||
KeySchema: | |||
- KeySchema | |||
LocalSecondaryIndexes: | |||
- LocalSecondaryIndexes | |||
PointInTimeRecoverySpecification: | |||
PointInTimeRecoverySpecification | |||
ProvisionedThroughput: | |||
ProvisionedThroughput | |||
SSESpecification: | |||
SSESpecification | |||
StreamSpecification: | |||
StreamSpecification | |||
TableName: String | |||
Tags: | |||
- Resource Tag | |||
TimeToLiveSpecification: | |||
TimeToLiveSpecification |
Revision as of 23:26, 24 April 2019
Internal
CloudFormation Support
AWS::DynamoDB::Table
Resources: DyamoDBTable: Type: AWS::DynamoDB::Table Properties: AttributeDefinitions: - AttributeDefinition BillingMode: String GlobalSecondaryIndexes: - GlobalSecondaryIndexes KeySchema: - KeySchema LocalSecondaryIndexes: - LocalSecondaryIndexes PointInTimeRecoverySpecification: PointInTimeRecoverySpecification ProvisionedThroughput: ProvisionedThroughput SSESpecification: SSESpecification StreamSpecification: StreamSpecification TableName: String Tags: - Resource Tag TimeToLiveSpecification: TimeToLiveSpecification