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