Class TableAttributeGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.DynamoDB.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TableAttributeGetArgs : ResourceArgs
Constructors
View SourceTableAttributeGetArgs()
Declaration
public TableAttributeGetArgs()
Properties
View SourceName
The name of the index
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Attribute type, which must be a scalar type: S, N, or B for (S)tring, (N)umber or (B)inary data
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |