Interface CfnSimpleTablePropsMixin.IProvisionedThroughputProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SAM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnSimpleTablePropsMixin.IProvisionedThroughputProperty
Syntax (vb)
Public Interface CfnSimpleTablePropsMixin.IProvisionedThroughputProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SAM;
var provisionedThroughputProperty = new ProvisionedThroughputProperty {
ReadCapacityUnits = 123,
WriteCapacityUnits = 123
};
Synopsis
Properties
| ReadCapacityUnits | |
| WriteCapacityUnits |
Properties
ReadCapacityUnits
double? ReadCapacityUnits { get; }
Property Value
Remarks
WriteCapacityUnits
double? WriteCapacityUnits { get; }