@Stability(value=Experimental)
public static interface CfnTable.AttributeDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-attributedef.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.AttributeDefinitionProperty.Builder
A builder for
CfnTable.AttributeDefinitionProperty |
static class |
CfnTable.AttributeDefinitionProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.AttributeDefinitionProperty.Builder |
builder() |
String |
getAttributeName()
`CfnTable.AttributeDefinitionProperty.AttributeName`.
|
String |
getAttributeType()
`CfnTable.AttributeDefinitionProperty.AttributeType`.
|
@Stability(value=Experimental) String getAttributeName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-attributedef.html#cfn-dynamodb-attributedef-attributename@Stability(value=Experimental) String getAttributeType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-attributedef.html#cfn-dynamodb-attributedef-attributename-attributetype@Stability(value=Experimental) static CfnTable.AttributeDefinitionProperty.Builder builder()
Copyright © 2019. All rights reserved.