GetAliasResult

data class GetAliasResult(val targetKeyId: String? = null)

Constructors

Link copied to clipboard
fun GetAliasResult(targetKeyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val targetKeyId: String? = null

Identifies the AWS KMS key to which the alias refers. Specify the key ID or the Amazon Resource Name (ARN) of the AWS KMS key. You cannot specify another alias. For help finding the key ID and ARN, see Finding the Key ID and ARN in the AWS Key Management Service Developer Guide.