GetSessionContextResult

data class GetSessionContextResult(val arn: String, val id: String, val issuerArn: String, val issuerId: String, val issuerName: String, val sessionName: String)

A collection of values returned by getSessionContext.

Constructors

Link copied to clipboard
constructor(arn: String, id: String, issuerArn: String, issuerId: String, issuerName: String, sessionName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

IAM source role ARN if arn corresponds to an STS assumed role. Otherwise, issuer_arn is equal to arn.

Link copied to clipboard

Unique identifier of the IAM role that issues the STS assumed role.

Link copied to clipboard

Name of the source role. Only available if arn corresponds to an STS assumed role.

Link copied to clipboard

Name of the STS session. Only available if arn corresponds to an STS assumed role.