GetDefaultKmsKeyResult

data class GetDefaultKmsKeyResult(val id: String, val keyArn: String)

A collection of values returned by getDefaultKmsKey.

Constructors

Link copied to clipboard
constructor(id: String, keyArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN of the default KMS key uses to encrypt an EBS volume in this region when no key is specified in an API call that creates the volume and encryption by default is enabled.