Class CfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty
CfnGlobalTablePropsMixin.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.cfnpropertymixins.services.dynamodb.CfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty
CfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder, CfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGlobalTablePropsMixin.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(CfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder.
-
-
Method Details
-
getContributorInsightsSpecification
Description copied from interface:CfnGlobalTablePropsMixin.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
IResolvableorCfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty- Specified by:
getContributorInsightsSpecificationin interfaceCfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty- See Also:
-
getIndexName
Description copied from interface:CfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationPropertyThe name of the global secondary index.The name must be unique among all other indexes on this table.
- Specified by:
getIndexNamein interfaceCfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty- See Also:
-
getReadOnDemandThroughputSettings
Description copied from interface:CfnGlobalTablePropsMixin.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
IResolvableorCfnGlobalTablePropsMixin.ReadOnDemandThroughputSettingsProperty- Specified by:
getReadOnDemandThroughputSettingsin interfaceCfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationProperty- See Also:
-
getReadProvisionedThroughputSettings
Description copied from interface:CfnGlobalTablePropsMixin.ReplicaGlobalSecondaryIndexSpecificationPropertyAllows you to specify the read capacity settings for a replica global secondary index when theBillingModeis set toPROVISIONED.Returns union: either
IResolvableorCfnGlobalTablePropsMixin.ReadProvisionedThroughputSettingsProperty- Specified by:
getReadProvisionedThroughputSettingsin interfaceCfnGlobalTablePropsMixin.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()
-