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
| Name | Description |
|---|---|
APolicyName | Specify a name for the policy. |
APolicyDocument | Specify the JSON policy document for the policy. |
APath | Optionally, specify the path for the policy. |