AWS.STS.TSTSAssumeRoleWithWebIdentityRequest.Create
constructor Create(const ARoleArn: TARN; const ARoleSessionName: string; const AWebIdentityToken: string);
__fastcall TSTSAssumeRoleWithWebIdentityRequest(const TARN ARoleArn, const AnsiString ARoleSessionName, const AnsiString AWebIdentityToken);

File: AWS.STS.pas 

Namespace: AWS.STS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARoleArn: TARN
An Amazon Resource Name (ARN) for an IAM role to assume.
const ARoleSessionName: string
An identifier for the assumed role session.
const AWebIdentityToken: string
The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity provider.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.