Class CfnTable.LocalSecondaryIndexProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnTable.LocalSecondaryIndexProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTable.LocalSecondaryIndexProperty
CfnTable.LocalSecondaryIndexProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnTable.LocalSecondaryIndexPropertyCfnTable.LocalSecondaryIndexProperty.Builder, CfnTable.LocalSecondaryIndexProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTable.LocalSecondaryIndexProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the local secondary index.final ObjectThe complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types: -HASH- partition key -RANGE- sort key > The partition key of an item is also known as its hash attribute .final ObjectRepresents attributes that are copied (projected) from the table into the local secondary index.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnTable.LocalSecondaryIndexProperty.Builder.
 
- 
- 
Method Details- 
getIndexNameDescription copied from interface:CfnTable.LocalSecondaryIndexPropertyThe name of the local secondary index.The name must be unique among all other indexes on this table. - Specified by:
- getIndexNamein interface- CfnTable.LocalSecondaryIndexProperty
- See Also:
 
- 
getKeySchemaDescription copied from interface:CfnTable.LocalSecondaryIndexPropertyThe complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types: -HASH- partition key -RANGE- sort key > The partition key of an item is also known as its hash attribute .The term "hash attribute" derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. The sort key of an item is also known as its range attribute . The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTable.KeySchemaProperty>- Specified by:
- getKeySchemain interface- CfnTable.LocalSecondaryIndexProperty
- See Also:
 
- 
getProjectionDescription copied from interface:CfnTable.LocalSecondaryIndexPropertyRepresents attributes that are copied (projected) from the table into the local secondary index.These are in addition to the primary key attributes and index key attributes, which are automatically projected. Returns union: either IResolvableorCfnTable.ProjectionProperty- Specified by:
- getProjectionin interface- CfnTable.LocalSecondaryIndexProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-