Show / Hide Table of Contents

Class PolicyAttachmentState

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

Constructors

View Source

PolicyAttachmentState()

Declaration
public PolicyAttachmentState()

Properties

View Source

Policy

The name of the policy to attach.

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

Target

The identity to which the policy is attached.

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