Skip to main content

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

NameDescription
ARoleNameSpecify a name for the role.
AAssumeRolePolicyDocumentSpecify the trust relationship policy document that grants an entity permission to assume the role.