@Stability(value=Experimental) @Internal public static final class GlobalSecondaryIndexProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GlobalSecondaryIndexProps
GlobalSecondaryIndexPropssoftware.amazon.jsii.JsiiObject.InitializationModeGlobalSecondaryIndexProps.Builder, GlobalSecondaryIndexProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Attribute partitionKey,
Number readCapacity,
Attribute sortKey,
Number writeCapacity,
String indexName,
List<String> nonKeyAttributes,
ProjectionType projectionType)
Constructor that initializes the object based on literal property values passed by the
GlobalSecondaryIndexProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getIndexName()
(experimental) The name of the secondary index.
|
List<String> |
getNonKeyAttributes()
(experimental) The non-key attributes that are projected into the secondary index.
|
Attribute |
getPartitionKey()
(experimental) The attribute of a partition key for the global secondary index.
|
ProjectionType |
getProjectionType()
(experimental) The set of attributes that are projected into the secondary index.
|
Number |
getReadCapacity()
(experimental) The read capacity for the global secondary index.
|
Attribute |
getSortKey()
(experimental) The attribute of a sort key for the global secondary index.
|
Number |
getWriteCapacity()
(experimental) The write capacity for the global secondary index.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Attribute partitionKey, Number readCapacity, Attribute sortKey, Number writeCapacity, String indexName, List<String> nonKeyAttributes, ProjectionType projectionType)
GlobalSecondaryIndexProps.Builder.public final Attribute getPartitionKey()
GlobalSecondaryIndexPropsgetPartitionKey in interface GlobalSecondaryIndexPropspublic final Number getReadCapacity()
GlobalSecondaryIndexPropsCan only be provided if table billingMode is Provisioned or undefined.
Default: 5
getReadCapacity in interface GlobalSecondaryIndexPropspublic final Attribute getSortKey()
GlobalSecondaryIndexPropsDefault: - No sort key
getSortKey in interface GlobalSecondaryIndexPropspublic final Number getWriteCapacity()
GlobalSecondaryIndexPropsCan only be provided if table billingMode is Provisioned or undefined.
Default: 5
getWriteCapacity in interface GlobalSecondaryIndexPropspublic final String getIndexName()
SecondaryIndexPropsgetIndexName in interface SecondaryIndexPropspublic final List<String> getNonKeyAttributes()
SecondaryIndexPropsDefault: - No additional attributes
getNonKeyAttributes in interface SecondaryIndexPropspublic final ProjectionType getProjectionType()
SecondaryIndexPropsDefault: ALL
getProjectionType in interface SecondaryIndexProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.