KmsAliasName

data class KmsAliasName(val value: String) : KmsKey

KMS Alias Name.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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