Skip to main content

TIAMAttachGroupPolicyRequest

Class in AWS.IAM

AttachGroupPolicy request class.

Ancestors

Properties

GroupName

property GroupName: string

PolicyArn

property PolicyArn: TARN

Constructors

Create

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

Constructor for TIAMAttachGroupPolicyRequest.

Parameters

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