KmsGrantConfiguration

A proposed grant configuration for a KMS key. For more information, see CreateGrant.

Types

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

Properties

Link copied to clipboard

Use this structure to propose allowing cryptographic operations in the grant only when the operation request includes the specified encryption context.

Link copied to clipboard

The principal that is given permission to perform the operations that the grant permits.

Link copied to clipboard

The Amazon Web Services account under which the grant was issued. The account is used to propose KMS grants issued by accounts other than the owner of the key.

Link copied to clipboard

A list of operations that the grant permits.

Link copied to clipboard

The principal that is given permission to retire the grant by using RetireGrant operation.

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