Class ReplicaGlobalSecondaryIndexOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.ReplicaGlobalSecondaryIndexOptions.Jsii$Proxy
- All Implemented Interfaces:
ReplicaGlobalSecondaryIndexOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ReplicaGlobalSecondaryIndexOptions
@Stability(Stable)
@Internal
public static final class ReplicaGlobalSecondaryIndexOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ReplicaGlobalSecondaryIndexOptions
An implementation for
ReplicaGlobalSecondaryIndexOptions-
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.services.dynamodb.ReplicaGlobalSecondaryIndexOptions
ReplicaGlobalSecondaryIndexOptions.Builder, ReplicaGlobalSecondaryIndexOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theReplicaGlobalSecondaryIndexOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Boolean(deprecated) Whether CloudWatch contributor insights is enabled for a specific global secondary index on a replica table.Whether CloudWatch contributor insights is enabled and what mode is selected for a specific global secondary index on a replica table.final NumberThe maximum read request units for a specific global secondary index on a replica table.final CapacityThe read capacity for a specific global secondary index on a replica table.final inthashCode()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 theReplicaGlobalSecondaryIndexOptions.Builder.
-
-
Method Details
-
getContributorInsights
Description copied from interface:ReplicaGlobalSecondaryIndexOptions(deprecated) Whether CloudWatch contributor insights is enabled for a specific global secondary index on a replica table.Default: - inherited from the primary table
- Specified by:
getContributorInsightsin interfaceReplicaGlobalSecondaryIndexOptions
-
getContributorInsightsSpecification
Description copied from interface:ReplicaGlobalSecondaryIndexOptionsWhether CloudWatch contributor insights is enabled and what mode is selected for a specific global secondary index on a replica table.Default: - contributor insights is not enabled
- Specified by:
getContributorInsightsSpecificationin interfaceReplicaGlobalSecondaryIndexOptions
-
getMaxReadRequestUnits
Description copied from interface:ReplicaGlobalSecondaryIndexOptionsThe maximum read request units for a specific global secondary index on a replica table.Note: This can only be configured if primary table billing is PAY_PER_REQUEST.
Default: - inherited from the primary table
- Specified by:
getMaxReadRequestUnitsin interfaceReplicaGlobalSecondaryIndexOptions
-
getReadCapacity
Description copied from interface:ReplicaGlobalSecondaryIndexOptionsThe read capacity for a specific global secondary index on a replica table.Note: This can only be configured if primary table billing is provisioned.
Default: - inherited from the primary table
- Specified by:
getReadCapacityin interfaceReplicaGlobalSecondaryIndexOptions
-
$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()
-