interface ProvisionedThroughputProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnSimpleTable.ProvisionedThroughputProperty |
![]() | software.amazon.awscdk.services.sam.CfnSimpleTable.ProvisionedThroughputProperty |
![]() | aws_cdk.aws_sam.CfnSimpleTable.ProvisionedThroughputProperty |
![]() | @aws-cdk/aws-sam » CfnSimpleTable » ProvisionedThroughputProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sam from '@aws-cdk/aws-sam';
const provisionedThroughputProperty: sam.CfnSimpleTable.ProvisionedThroughputProperty = {
writeCapacityUnits: 123,
// the properties below are optional
readCapacityUnits: 123,
};
Properties
Name | Type | Description |
---|---|---|
write | number | CfnSimpleTable.ProvisionedThroughputProperty.WriteCapacityUnits . |
read | number | CfnSimpleTable.ProvisionedThroughputProperty.ReadCapacityUnits . |
writeCapacityUnits
Type:
number
CfnSimpleTable.ProvisionedThroughputProperty.WriteCapacityUnits
.
readCapacityUnits?
Type:
number
(optional)
CfnSimpleTable.ProvisionedThroughputProperty.ReadCapacityUnits
.