RegisteredCustomerManagedKey

A customer managed key structure that contains the information listed below:

  • KeyArn - The ARN of a KMS key that is registered to a Quick Sight account for encryption and decryption use.

  • DefaultKey - Indicates whether the current key is set as the default key for encryption and decryption use.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether a RegisteredCustomerManagedKey is set as the default key for encryption and decryption use.

Link copied to clipboard

The ARN of the KMS key that is registered to a Quick Sight account for encryption and decryption use.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String