@Stability(value=Stable)
public static interface CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dynamodb.*;
ReplicaGlobalSecondaryIndexSpecificationProperty replicaGlobalSecondaryIndexSpecificationProperty = ReplicaGlobalSecondaryIndexSpecificationProperty.builder()
.indexName("indexName")
// the properties below are optional
.contributorInsightsSpecification(ContributorInsightsSpecificationProperty.builder()
.enabled(false)
.build())
.readProvisionedThroughputSettings(ReadProvisionedThroughputSettingsProperty.builder()
.readCapacityAutoScalingSettings(CapacityAutoScalingSettingsProperty.builder()
.maxCapacity(123)
.minCapacity(123)
.targetTrackingScalingPolicyConfiguration(TargetTrackingScalingPolicyConfigurationProperty.builder()
.targetValue(123)
// the properties below are optional
.disableScaleIn(false)
.scaleInCooldown(123)
.scaleOutCooldown(123)
.build())
// the properties below are optional
.seedCapacity(123)
.build())
.readCapacityUnits(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder
|
static class |
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Jsii$Proxy
An implementation for
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder |
builder() |
default Object |
getContributorInsightsSpecification()
`CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.ContributorInsightsSpecification`.
|
String |
getIndexName()
`CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.IndexName`.
|
default Object |
getReadProvisionedThroughputSettings()
`CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.ReadProvisionedThroughputSettings`.
|
@Stability(value=Stable) @Nullable default Object getContributorInsightsSpecification()
@Stability(value=Stable) @NotNull String getIndexName()
@Stability(value=Stable) @Nullable default Object getReadProvisionedThroughputSettings()
@Stability(value=Stable) static CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder builder()
Copyright © 2021. All rights reserved.