Class ThingState
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 ThingState : ResourceArgs
Constructors
View SourceThingState()
Declaration
public ThingState()
Properties
View SourceArn
The ARN of the thing.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Attributes
Map of attributes of the thing.
Declaration
public InputMap<object> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
DefaultClientId
The default client ID.
Declaration
public Input<string> DefaultClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Version
The current version of the thing record in the registry.
Declaration
public Input<int> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |