Class PolicyAttachmentArgs
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 PolicyAttachmentArgs : ResourceArgs
Constructors
View SourcePolicyAttachmentArgs()
Declaration
public PolicyAttachmentArgs()
Properties
View SourceGroups
The group(s) the policy should be applied to
Declaration
public InputList<string> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The name of the attachment. This cannot be an empty string.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyArn
The ARN of the policy you want to apply
Declaration
public Input<string> PolicyArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Roles
The role(s) the policy should be applied to
Declaration
public InputList<string> Roles { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Users
The user(s) the policy should be applied to
Declaration
public InputList<string> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |