@Stability(value=Experimental)
public static interface CfnTable.GlobalSecondaryIndexProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-gsi.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.GlobalSecondaryIndexProperty.Builder
A builder for
CfnTable.GlobalSecondaryIndexProperty |
static class |
CfnTable.GlobalSecondaryIndexProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.GlobalSecondaryIndexProperty.Builder |
builder() |
String |
getIndexName()
`CfnTable.GlobalSecondaryIndexProperty.IndexName`.
|
Object |
getKeySchema()
`CfnTable.GlobalSecondaryIndexProperty.KeySchema`.
|
Object |
getProjection()
`CfnTable.GlobalSecondaryIndexProperty.Projection`.
|
Object |
getProvisionedThroughput()
`CfnTable.GlobalSecondaryIndexProperty.ProvisionedThroughput`.
|
@Stability(value=Experimental) String getIndexName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-gsi.html#cfn-dynamodb-gsi-indexname@Stability(value=Experimental) Object getKeySchema()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-gsi.html#cfn-dynamodb-gsi-keyschema@Stability(value=Experimental) Object getProjection()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-gsi.html#cfn-dynamodb-gsi-projection@Stability(value=Experimental) Object getProvisionedThroughput()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-gsi.html#cfn-dynamodb-gsi-provisionedthroughput@Stability(value=Experimental) static CfnTable.GlobalSecondaryIndexProperty.Builder builder()
Copyright © 2019. All rights reserved.