Skip to main content

TSTSAssumeRoleRequest

Class in AWS.STS

AssumeRole request class.

Ancestors

Properties

RoleArn

property RoleArn: TARN

RoleSessionName

property RoleSessionName: string

DurationSeconds

property DurationSeconds: TOptional<Integer>

ExternalId

property ExternalId: string

Policy

property Policy: string

PolicyArns

property PolicyArns: TList<TARN>

SerialNumber

property SerialNumber: string

SourceIdentity

property SourceIdentity: string

Tags

property Tags: TList<TAWSTag>

TokenCode

property TokenCode: string

TransitiveTagKeys

property TransitiveTagKeys: TList<string>

Constructors

Create

constructor Create(const ARoleArn: TARN; const ARoleSessionName: string);

Constructor for TSTSAssumeRoleRequest.

Parameters

NameDescription
ARoleArnAn Amazon Resource Name (ARN) for an IAM role to assume.
ARoleSessionNameAn identifier for the assumed role session.