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>

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
val Policy: String? = null
Link copied to clipboard
val PolicyArns: List<ARN>? = null
Link copied to clipboard
val ProviderId: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Tags: List<Tag>? = null
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>