Class CfnTable.AttributeDefinitionProperty
Represents an attribute for describing the schema for the table and indexes.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.DynamoDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AttributeDefinitionProperty : Object, CfnTable.IAttributeDefinitionProperty
Syntax (vb)
Public Class AttributeDefinitionProperty
Inherits Object
Implements CfnTable.IAttributeDefinitionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DynamoDB;
var attributeDefinitionProperty = new AttributeDefinitionProperty {
AttributeName = "attributeName",
AttributeType = "attributeType"
};
Synopsis
Constructors
Attribute |
Properties
Attribute |
A name for the attribute. |
Attribute |
The data type for the attribute, where:. |
Constructors
AttributeDefinitionProperty()
public AttributeDefinitionProperty()
Properties
AttributeName
A name for the attribute.
public string AttributeName { get; set; }
Property Value
System.
Remarks
AttributeType
The data type for the attribute, where:.
public string AttributeType { get; set; }
Property Value
System.