Class CfnGlobalTable.ProjectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.ProjectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalTable.ProjectionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGlobalTable.ProjectionProperty
@Stability(Stable)
@Internal
public static final class CfnGlobalTable.ProjectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGlobalTable.ProjectionProperty
An implementation for
CfnGlobalTable.ProjectionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnGlobalTable.ProjectionProperty
CfnGlobalTable.ProjectionProperty.Builder, CfnGlobalTable.ProjectionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGlobalTable.ProjectionProperty.Builder
.protected
Jsii$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 theCfnGlobalTable.ProjectionProperty.Builder
.
-
-
Method Details
-
getNonKeyAttributes
Description copied from interface:CfnGlobalTable.ProjectionProperty
Represents the non-key attribute names which will be projected into the index.For local secondary indexes, the total count of
NonKeyAttributes
summed across all of the local secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.- Specified by:
getNonKeyAttributes
in interfaceCfnGlobalTable.ProjectionProperty
-
getProjectionType
Description copied from interface:CfnGlobalTable.ProjectionProperty
The set of attributes that are projected into the index:.KEYS_ONLY
- Only the index and primary keys are projected into the index.INCLUDE
- In addition to the attributes described inKEYS_ONLY
, the secondary index will include other non-key attributes that you specify.ALL
- All of the table attributes are projected into the index.
- Specified by:
getProjectionType
in interfaceCfnGlobalTable.ProjectionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-