GetCallerIdentityResult

data class GetCallerIdentityResult(val accountId: String, val arn: String, val id: String, val userId: String)

A collection of values returned by getCallerIdentity.

Constructors

Link copied to clipboard
constructor(accountId: String, arn: String, id: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AWS Account ID number of the account that owns or contains the calling entity.

Link copied to clipboard
val arn: String

ARN associated with the calling entity.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Unique identifier of the calling entity.