Show / Hide Table of Contents

Class ThingTypeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ThingTypeArgs
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.Iot
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ThingTypeArgs : ResourceArgs

Constructors

View Source

ThingTypeArgs()

Declaration
public ThingTypeArgs()

Properties

View Source

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>
View Source

Name

The name of the thing type.

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

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