Show / Hide Table of Contents

Class RolePolicyAttachmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RolePolicyAttachmentArgs
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.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RolePolicyAttachmentArgs : ResourceArgs

Constructors

View Source

RolePolicyAttachmentArgs()

Declaration
public RolePolicyAttachmentArgs()

Properties

View Source

PolicyArn

The ARN of the policy you want to apply

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

Role

The role the policy should be applied to

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