Skip to main content

TIAMAttachRolePolicyRequest

Class in AWS.IAM

AttachRolePolicy request class.

Ancestors

Properties

PolicyArn

property PolicyArn: TARN

RoleName

property RoleName: string

Constructors

Create

constructor Create(const ARoleName: string; APolicyArn: TARN);

Constructor for TIAMAttachRolePolicyRequest.

Parameters

NameDescription
ARoleNameSpecify the name of the IAM role to attach the policy to.
APolicyArnSpecify the Amazon Resource Name (ARN) of the IAM policy to attach.