Skip to main content

TIAMAttachUserPolicyRequest

Class in AWS.IAM

AttachUserPolicy request class.

Ancestors

Properties

PolicyArn

property PolicyArn: TARN

UserName

property UserName: string

Constructors

Create

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

Constructor for TIAMAttachUserPolicyRequest.

Parameters

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