Class ThingArgs
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.Iot
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ThingArgs : ResourceArgs
Constructors
View SourceThingArgs()
Declaration
public ThingArgs()
Properties
View SourceAttributes
Map of attributes of the thing.
Declaration
public InputMap<object> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The name of the thing.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ThingTypeName
The thing type name.
Declaration
public Input<string> ThingTypeName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |