interface GlobalReadProvisionedThroughputSettingsProperty
Language Type name
.NETAmazon.CDK.CfnPropertyMixins.AWS.DynamoDB.CfnGlobalTablePropsMixin.GlobalReadProvisionedThroughputSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdynamodb#CfnGlobalTablePropsMixin_GlobalReadProvisionedThroughputSettingsProperty
Javasoftware.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnGlobalTablePropsMixin.GlobalReadProvisionedThroughputSettingsProperty
Pythonaws_cdk.cfn_property_mixins.aws_dynamodb.CfnGlobalTablePropsMixin.GlobalReadProvisionedThroughputSettingsProperty
TypeScript @aws-cdk/cfn-property-mixins » aws_dynamodb » CfnGlobalTablePropsMixin » GlobalReadProvisionedThroughputSettingsProperty
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-globalreadprovisionedthroughputsettings.html
Example
import { aws_dynamodb as dynamodb } from '@aws-cdk/cfn-property-mixins' ;
const globalReadProvisionedThroughputSettingsProperty: dynamodb.CfnGlobalTablePropsMixin.GlobalReadProvisionedThroughputSettingsProperty = {
readCapacityUnits: 123 ,
};
Properties
Name Type Description
readCapacityUnits? number
readCapacityUnits?
Type:
number
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-globalreadprovisionedthroughputsettings.html#cfn-dynamodb-globaltable-globalreadprovisionedthroughputsettings-readcapacityunits