Show / Hide Table of Contents

Class ThingTypeState

Inheritance
System.Object
InputArgs
ResourceArgs
ThingTypeState
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 ThingTypeState : ResourceArgs

Constructors

View Source

ThingTypeState()

Declaration
public ThingTypeState()

Properties

View Source

Arn

The ARN of the created AWS IoT Thing Type.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
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<ThingTypePropertiesGetArgs> Properties { get; set; }
Property Value
Type Description
Input<ThingTypePropertiesGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.