interface KeySchemaItemsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DynamoDB.CfnStreamPropsMixin.KeySchemaItemsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdynamodb#CfnStreamPropsMixin_KeySchemaItemsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnStreamPropsMixin.KeySchemaItemsProperty |
Python | aws_cdk.cfn_property_mixins.aws_dynamodb.CfnStreamPropsMixin.KeySchemaItemsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_dynamodb » CfnStreamPropsMixin » KeySchemaItemsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dynamodb as dynamodb } from '@aws-cdk/cfn-property-mixins';
const keySchemaItemsProperty: dynamodb.CfnStreamPropsMixin.KeySchemaItemsProperty = {
attributeName: 'attributeName',
keyType: 'keyType',
};
Properties
| Name | Type | Description |
|---|---|---|
| attribute | string | |
| key | string |
attributeName?
Type:
string
(optional)
keyType?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript