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