| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnTable.StreamSpecificationProperty.Jsii$Proxy
An implementation for
CfnTable.StreamSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.StreamSpecificationProperty |
CfnTable.StreamSpecificationProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfnTable.setStreamSpecification(CfnTable.StreamSpecificationProperty value)
The settings for the DynamoDB table stream, which capture changes to items stored in the table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.streamSpecification(CfnTable.StreamSpecificationProperty streamSpecification)
Sets the value of
CfnTableProps.getStreamSpecification() |
CfnTable.Builder |
CfnTable.Builder.streamSpecification(CfnTable.StreamSpecificationProperty streamSpecification)
The settings for the DynamoDB table stream, which capture changes to items stored in the table.
|
Copyright © 2022. All rights reserved.