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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder, CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.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 ObjectUpdates the status for contributor insights for a specific table or index.final StringThe name of the global secondary index.final ObjectAllows you to specify the read capacity settings for a replica global secondary index when theBillingModeis set toPROVISIONED.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
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.ReplicaGlobalSecondaryIndexSpecificationPropertyThe name of the global secondary index.The name must be unique among all other indexes on this table.
- Specified by:
getIndexNamein interfaceCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
-
getContributorInsightsSpecification
Description copied from interface:CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationPropertyUpdates 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:
getContributorInsightsSpecificationin interfaceCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
-
getReadProvisionedThroughputSettings
Description copied from interface:CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationPropertyAllows you to specify the read capacity settings for a replica global secondary index when theBillingModeis set toPROVISIONED.- Specified by:
getReadProvisionedThroughputSettingsin interfaceCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
-
$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()
-