Class CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
An implementation for
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
-
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.ReplicaGlobalSecondaryIndexSpecificationProperty
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder, CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Updates the status for contributor insights for a specific table or index.final String
The name of the global secondary index.final Object
Allows you to specify the read capacity settings for a replica global secondary index when theBillingMode
is set toPROVISIONED
.final int
hashCode()
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
protected Jsii$Proxy(CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder
.
-
-
Method Details
-
getIndexName
Description copied from interface:CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
The name of the global secondary index.The name must be unique among all other indexes on this table.
- Specified by:
getIndexName
in interfaceCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
-
getContributorInsightsSpecification
Description copied from interface:CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
Updates the status for contributor insights for a specific table or index.CloudWatch Contributor Insights for DynamoDB graphs display the partition key and (if applicable) sort key of frequently accessed items and frequently throttled items in plaintext. If you require the use of AWS Key Management Service (KMS) to encrypt this table’s partition key and sort key data with an AWS managed key or customer managed key, you should not enable CloudWatch Contributor Insights for DynamoDB for this table.
- Specified by:
getContributorInsightsSpecification
in interfaceCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
-
getReadProvisionedThroughputSettings
Description copied from interface:CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
Allows you to specify the read capacity settings for a replica global secondary index when theBillingMode
is set toPROVISIONED
.- Specified by:
getReadProvisionedThroughputSettings
in interfaceCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
-
$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()
-