Class CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
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 ObjectSets the read request settings for a replica 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- See Also:
-
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.
Returns union: either
IResolvableorCfnGlobalTable.ContributorInsightsSpecificationProperty- Specified by:
getContributorInsightsSpecificationin interfaceCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty- See Also:
-
getReadOnDemandThroughputSettings
Description copied from interface:CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationPropertySets the read request settings for a replica global secondary index.You can only specify this setting if your resource uses the
PAY_PER_REQUESTBillingMode.Returns union: either
IResolvableorCfnGlobalTable.ReadOnDemandThroughputSettingsProperty- Specified by:
getReadOnDemandThroughputSettingsin interfaceCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty- See Also:
-
getReadProvisionedThroughputSettings
Description copied from interface:CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationPropertyAllows you to specify the read capacity settings for a replica global secondary index when theBillingModeis set toPROVISIONED.Returns union: either
IResolvableorCfnGlobalTable.ReadProvisionedThroughputSettingsProperty- Specified by:
getReadProvisionedThroughputSettingsin interfaceCfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty- See Also:
-
$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()
-