public static final class GlobalSecondaryIndexProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GlobalSecondaryIndexProps
software.amazon.jsii.JsiiObject.InitializationModeGlobalSecondaryIndexProps.Builder, GlobalSecondaryIndexProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndexName()
The name of the secondary index.
|
List<String> |
getNonKeyAttributes()
The non-key attributes that are projected into the secondary index.
|
Attribute |
getPartitionKey()
The attribute of a partition key for the global secondary index.
|
ProjectionType |
getProjectionType()
The set of attributes that are projected into the secondary index.
|
Number |
getReadCapacity()
The read capacity for the global secondary index.
|
Attribute |
getSortKey()
The attribute of a sort key for the global secondary index.
|
Number |
getWriteCapacity()
The write capacity for the global secondary index.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public Attribute getPartitionKey()
getPartitionKey in interface GlobalSecondaryIndexProps@Stability(value=Experimental) @Nullable public Number getReadCapacity()
getReadCapacity in interface GlobalSecondaryIndexProps@Stability(value=Experimental) @Nullable public Attribute getSortKey()
getSortKey in interface GlobalSecondaryIndexProps@Stability(value=Experimental) @Nullable public Number getWriteCapacity()
getWriteCapacity in interface GlobalSecondaryIndexProps@Stability(value=Experimental) public String getIndexName()
getIndexName in interface SecondaryIndexProps@Stability(value=Experimental) @Nullable public List<String> getNonKeyAttributes()
getNonKeyAttributes in interface SecondaryIndexProps@Stability(value=Experimental) @Nullable public ProjectionType getProjectionType()
getProjectionType in interface SecondaryIndexPropsCopyright © 2019. All rights reserved.