Interface CfnTable.IAttributeDefinitionProperty
Represents an attribute for describing the schema for the table and indexes.
Namespace: Amazon.CDK.AWS.DynamoDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAttributeDefinitionProperty
Syntax (vb)
Public Interface 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
Properties
Attribute |
A name for the attribute. |
Attribute |
The data type for the attribute, where:. |
Properties
AttributeName
A name for the attribute.
string AttributeName { get; }
Property Value
System.
Remarks
AttributeType
The data type for the attribute, where:.
string AttributeType { get; }
Property Value
System.