Class CfnGlobalTablePropsMixin.KeySchemaProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnGlobalTablePropsMixin.KeySchemaProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalTablePropsMixin.KeySchemaProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGlobalTablePropsMixin.KeySchemaProperty
@Stability(Stable)
@Internal
public static final class CfnGlobalTablePropsMixin.KeySchemaProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGlobalTablePropsMixin.KeySchemaProperty
An implementation for
CfnGlobalTablePropsMixin.KeySchemaProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnGlobalTablePropsMixin.KeySchemaProperty
CfnGlobalTablePropsMixin.KeySchemaProperty.Builder, CfnGlobalTablePropsMixin.KeySchemaProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGlobalTablePropsMixin.KeySchemaProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnGlobalTablePropsMixin.KeySchemaProperty.Builder.
-
-
Method Details
-
getAttributeName
Description copied from interface:CfnGlobalTablePropsMixin.KeySchemaPropertyThe name of a key attribute.- Specified by:
getAttributeNamein interfaceCfnGlobalTablePropsMixin.KeySchemaProperty- See Also:
-
getKeyType
Description copied from interface:CfnGlobalTablePropsMixin.KeySchemaPropertyThe role that this key attribute will assume:.HASH- partition keyRANGE- 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.
- Specified by:
getKeyTypein interfaceCfnGlobalTablePropsMixin.KeySchemaProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-