@Stability(value=Stable)
public static interface CfnTable.KeySchemaProperty
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.*;
KeySchemaProperty keySchemaProperty = KeySchemaProperty.builder()
.attributeName("attributeName")
.keyType("keyType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.KeySchemaProperty.Builder
A builder for
CfnTable.KeySchemaProperty |
static class |
CfnTable.KeySchemaProperty.Jsii$Proxy
An implementation for
CfnTable.KeySchemaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.KeySchemaProperty.Builder |
builder() |
String |
getAttributeName()
`CfnTable.KeySchemaProperty.AttributeName`.
|
String |
getKeyType()
`CfnTable.KeySchemaProperty.KeyType`.
|
@Stability(value=Stable) @NotNull String getAttributeName()
@Stability(value=Stable) @NotNull String getKeyType()
@Stability(value=Stable) static CfnTable.KeySchemaProperty.Builder builder()
CfnTable.KeySchemaProperty.Builder of CfnTable.KeySchemaPropertyCopyright © 2021. All rights reserved.