Class ThingTypeState
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 ThingTypeState : ResourceArgs
Constructors
View SourceThingTypeState()
Declaration
public ThingTypeState()
Properties
View SourceArn
The ARN of the created AWS IoT Thing Type.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Deprecated
Whether the thing type is deprecated. If true, no new things could be associated with this type.
Declaration
public Input<bool> Deprecated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
The name of the thing type.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Properties
, Configuration block that can contain the following properties of the thing type:
Declaration
public Input<ThingTypePropertiesGetArgs> Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ThingTypePropertiesGetArgs> |