@Stability(value=Stable)
public static interface CfnTable.GlobalSecondaryIndexProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.GlobalSecondaryIndexProperty.Builder
A builder for
CfnTable.GlobalSecondaryIndexProperty |
static class |
CfnTable.GlobalSecondaryIndexProperty.Jsii$Proxy
An implementation for
CfnTable.GlobalSecondaryIndexProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.GlobalSecondaryIndexProperty.Builder |
builder() |
default Object |
getContributorInsightsSpecification()
`CfnTable.GlobalSecondaryIndexProperty.ContributorInsightsSpecification`.
|
String |
getIndexName()
`CfnTable.GlobalSecondaryIndexProperty.IndexName`.
|
Object |
getKeySchema()
`CfnTable.GlobalSecondaryIndexProperty.KeySchema`.
|
Object |
getProjection()
`CfnTable.GlobalSecondaryIndexProperty.Projection`.
|
default Object |
getProvisionedThroughput()
`CfnTable.GlobalSecondaryIndexProperty.ProvisionedThroughput`.
|
@Stability(value=Stable) @NotNull String getIndexName()
@Stability(value=Stable) @NotNull Object getKeySchema()
@Stability(value=Stable) @NotNull Object getProjection()
@Stability(value=Stable) @Nullable default Object getContributorInsightsSpecification()
@Stability(value=Stable) @Nullable default Object getProvisionedThroughput()
@Stability(value=Stable) static CfnTable.GlobalSecondaryIndexProperty.Builder builder()
Copyright © 2021. All rights reserved.