Show / Hide Table of Contents

Class ThingPrincipalAttachmentArgs

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

Constructors

View Source

ThingPrincipalAttachmentArgs()

Declaration
public ThingPrincipalAttachmentArgs()

Properties

View Source

Principal

The AWS IoT Certificate ARN or Amazon Cognito Identity ID.

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

Thing

The name of the thing.

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