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.Organizations
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PolicyAttachmentState : ResourceArgs

Constructors

View Source

PolicyAttachmentState()

Declaration
public PolicyAttachmentState()

Properties

View Source

PolicyId

The unique identifier (ID) of the policy that you want to attach to the target.

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

TargetId

The unique identifier (ID) of the root, organizational unit, or account number that you want to attach the policy to.

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