Show / Hide Table of Contents

Class CfnGlobalTable.AttributeDefinitionProperty

Represents an attribute for describing the key schema for the table and indexes.

Inheritance
System.Object
CfnGlobalTable.AttributeDefinitionProperty
Implements
CfnGlobalTable.IAttributeDefinitionProperty
Namespace: Amazon.CDK.AWS.DynamoDB
Assembly: Amazon.CDK.AWS.DynamoDB.dll
Syntax (csharp)
public class AttributeDefinitionProperty : Object, CfnGlobalTable.IAttributeDefinitionProperty
Syntax (vb)
Public Class AttributeDefinitionProperty
    Inherits Object
    Implements CfnGlobalTable.IAttributeDefinitionProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-attributedefinition.html

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

AttributeDefinitionProperty()

Properties

AttributeName

A name for the attribute.

AttributeType

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.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-attributedefinition.html#cfn-dynamodb-globaltable-attributedefinition-attributename

AttributeType

The data type for the attribute, where:.

public string AttributeType { get; set; }
Property Value

System.String

Remarks

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-attributedefinition.html#cfn-dynamodb-globaltable-attributedefinition-attributetype

    Implements

    CfnGlobalTable.IAttributeDefinitionProperty
    Back to top Generated by DocFX