Skip to main content

TIAMCreatePolicyRequest

Class in AWS.IAM

CreatePolicy request class.

Ancestors

Properties

Description

property Description: string

Path

property Path: string

PolicyDocument

property PolicyDocument: string

PolicyName

property PolicyName: string

Tags

property Tags: TList<IIAMTag>

Type: IIAMTag

Constructors

Create

constructor Create(const APolicyName, APolicyDocument: string; const APath: string = '');

Constructor for TIAMCreatePolicyRequest.

Parameters

NameDescription
APolicyNameSpecify a name for the policy.
APolicyDocumentSpecify the JSON policy document for the policy.
APathOptionally, specify the path for the policy.