Class CfnTable.ProjectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnTable.ProjectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.ProjectionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.ProjectionProperty
@Stability(Stable)
@Internal
public static final class CfnTable.ProjectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.ProjectionProperty
An implementation for
CfnTable.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.CfnTable.ProjectionProperty
CfnTable.ProjectionProperty.Builder, CfnTable.ProjectionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.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 theCfnTable.ProjectionProperty.Builder
.
-
-
Method Details
-
getNonKeyAttributes
Description copied from interface:CfnTable.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 interfaceCfnTable.ProjectionProperty
- See Also:
-
getProjectionType
Description copied from interface:CfnTable.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.
When using the DynamoDB console,
ALL
is selected by default.- Specified by:
getProjectionType
in interfaceCfnTable.ProjectionProperty
- See Also:
-
$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()
-