Show / Hide Table of Contents

Class ThingArgs

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

Constructors

View Source

ThingArgs()

Declaration
public ThingArgs()

Properties

View Source

Attributes

Map of attributes of the thing.

Declaration
public InputMap<object> Attributes { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

The name of the thing.

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

ThingTypeName

The thing type name.

Declaration
public Input<string> ThingTypeName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.