AssumeRoleWithWebIdentity

data class AssumeRoleWithWebIdentity(val RoleArn: ARN, val RoleSessionName: RoleSessionName, val WebIdentityToken: WebIdentityToken, val DurationSeconds: Duration? = null, val Policy: String? = null, val PolicyArns: List<ARN>? = null, val ProviderId: String? = null, val Tags: List<Tag>? = null) : STSAction<AssumedRoleWithWebIdentityResponse> (source)

Constructors

Link copied to clipboard
constructor(RoleArn: ARN, RoleSessionName: RoleSessionName, WebIdentityToken: WebIdentityToken, DurationSeconds: Duration? = null, Policy: String? = null, PolicyArns: List<ARN>? = null, ProviderId: String? = null, Tags: List<Tag>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Tags: List<Tag>?
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<AssumedRoleWithWebIdentityResponse, RemoteFailure>