UserArn

data class UserArn(val value: String) : UserIdentifier

The Amazon Resource Name (ARN) of the user that you want to get identity context for.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this UserIdentifier as a Email and retrieves its kotlin.String value. Throws an exception if the UserIdentifier is not a Email.

Link copied to clipboard

Casts this UserIdentifier as a Email and retrieves its kotlin.String value. Returns null if the UserIdentifier is not a Email.

Link copied to clipboard

Casts this UserIdentifier as a UserArn and retrieves its kotlin.String value. Throws an exception if the UserIdentifier is not a UserArn.

Link copied to clipboard

Casts this UserIdentifier as a UserArn and retrieves its kotlin.String value. Returns null if the UserIdentifier is not a UserArn.

Link copied to clipboard

Casts this UserIdentifier as a UserName and retrieves its kotlin.String value. Throws an exception if the UserIdentifier is not a UserName.

Link copied to clipboard

Casts this UserIdentifier as a UserName and retrieves its kotlin.String value. Returns null if the UserIdentifier is not a UserName.