Show / Hide Table of Contents

Class TableAttributeGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TableAttributeGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

TableAttributeGetArgs()

Declaration
public TableAttributeGetArgs()

Properties

View Source

Name

The name of the index

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.