aws-cdk-lib.aws_sam.CfnSimpleTable.ProvisionedThroughputProperty

interface ProvisionedThroughputProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnSimpleTable.ProvisionedThroughputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnSimpleTable_ProvisionedThroughputProperty
Javasoftware.amazon.awscdk.services.sam.CfnSimpleTable.ProvisionedThroughputProperty
Pythonaws_cdk.aws_sam.CfnSimpleTable.ProvisionedThroughputProperty
TypeScript aws-cdk-lib » 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 { aws_sam as sam } from 'aws-cdk-lib';
const provisionedThroughputProperty: sam.CfnSimpleTable.ProvisionedThroughputProperty = {
  writeCapacityUnits: 123,

  // the properties below are optional
  readCapacityUnits: 123,
};

Properties

NameTypeDescription
writeCapacityUnitsnumberCfnSimpleTable.ProvisionedThroughputProperty.WriteCapacityUnits.
readCapacityUnits?numberCfnSimpleTable.ProvisionedThroughputProperty.ReadCapacityUnits.

writeCapacityUnits

Type: number

CfnSimpleTable.ProvisionedThroughputProperty.WriteCapacityUnits.


readCapacityUnits?

Type: number (optional)

CfnSimpleTable.ProvisionedThroughputProperty.ReadCapacityUnits.