Class PolicyAttachmentState
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.Organizations
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PolicyAttachmentState : ResourceArgs
Constructors
View SourcePolicyAttachmentState()
Declaration
public PolicyAttachmentState()
Properties
View SourcePolicyId
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> |
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> |