Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-simpletable-provisionedthroughput.html

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-simpletable-provisionedthroughput.html#cfn-serverless-simpletable-provisionedthroughput-readcapacityunits

WriteCapacityUnits

double? WriteCapacityUnits { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-simpletable-provisionedthroughput.html#cfn-serverless-simpletable-provisionedthroughput-writecapacityunits

Back to top Generated by DocFX