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
| Name | Description |
|---|---|
ARoleArn | An Amazon Resource Name (ARN) for an IAM role to assume. |
ARoleSessionName | An identifier for the assumed role session. |