@Stability(value=Stable)
public static interface CfnTable.AttributeDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
AttributeDefinitionProperty attributeDefinitionProperty = AttributeDefinitionProperty.builder()
.attributeName("attributeName")
.attributeType("attributeType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.AttributeDefinitionProperty.Builder
A builder for
CfnTable.AttributeDefinitionProperty |
static class |
CfnTable.AttributeDefinitionProperty.Jsii$Proxy
An implementation for
CfnTable.AttributeDefinitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.AttributeDefinitionProperty.Builder |
builder() |
String |
getAttributeName()
A name for the attribute.
|
String |
getAttributeType()
The data type for the attribute, where:.
|
@Stability(value=Stable) @NotNull String getAttributeName()
@Stability(value=Stable) @NotNull String getAttributeType()
S - the attribute is of type StringN - the attribute is of type NumberB - the attribute is of type Binary@Stability(value=Stable) static CfnTable.AttributeDefinitionProperty.Builder builder()
Copyright © 2022. All rights reserved.