TIAMCreateRoleRequest
Class in AWS.IAM
CreateRole request class.
Ancestors
Properties
AssumeRolePolicyDocument
property AssumeRolePolicyDocument: string
Description
property Description: string
MaxSessionDuration
property MaxSessionDuration: TOptional<Integer>
Path
property Path: string
PermissionsBoundary
property PermissionsBoundary: TARN
RoleName
property RoleName: string
Tags
property Tags: TList<IIAMTag>
Type: IIAMTag
Constructors
Create
constructor Create(const ARoleName, AAssumeRolePolicyDocument: string);
Constructor for TIAMCreateRoleRequest.
Parameters
| Name | Description |
|---|---|
ARoleName | Specify a name for the role. |
AAssumeRolePolicyDocument | Specify the trust relationship policy document that grants an entity permission to assume the role. |