Class UserPolicyAttachmentState
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.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPolicyAttachmentState : ResourceArgs
Constructors
View SourceUserPolicyAttachmentState()
Declaration
public UserPolicyAttachmentState()
Properties
View SourcePolicyArn
The ARN of the policy you want to apply
Declaration
public Input<string> PolicyArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
User
The user the policy should be applied to
Declaration
public Input<string> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |