Class ThingPrincipalAttachmentState
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 ThingPrincipalAttachmentState : ResourceArgs
Constructors
View SourceThingPrincipalAttachmentState()
Declaration
public ThingPrincipalAttachmentState()
Properties
View SourcePrincipal
The AWS IoT Certificate ARN or Amazon Cognito Identity ID.
Declaration
public Input<string> Principal { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Thing
The name of the thing.
Declaration
public Input<string> Thing { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |