Class ThingTypeArgs
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 ThingTypeArgs : ResourceArgs
Constructors
View SourceThingTypeArgs()
Declaration
public ThingTypeArgs()
Properties
View SourceDeprecated
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<ThingTypePropertiesArgs> Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ThingTypePropertiesArgs> |