Skip to main content

TIAMPutGroupPolicyRequest

Class in AWS.IAM

PutGroupPolicy request class.

Ancestors

Properties

GroupName

property GroupName: string

PolicyDocument

property PolicyDocument: string

PolicyName

property PolicyName: string

Constructors

Create

constructor Create(const AGroupName, APolicyName, APolicyDocument: string);

Constructor for TIAMPutGroupPolicyRequest.

Parameters

NameDescription
AGroupNameSpecify the name of the IAM group to associate the policy with.
APolicyNameSpecify the name of the inline policy document to add or update.
APolicyDocumentSpecify the policy document.