GrantListEntry

Contains information about a grant.

Types

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

Properties

Link copied to clipboard

A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.

Link copied to clipboard

The date and time when the grant was created.

Link copied to clipboard

The identity that gets the permissions in the grant.

Link copied to clipboard

The unique identifier for the grant.

Link copied to clipboard

The Amazon Web Services account under which the grant was issued.

Link copied to clipboard

The unique identifier for the KMS key to which the grant applies.

Link copied to clipboard
val name: String?

The friendly name that identifies the grant. If a name was provided in the CreateGrant request, that name is returned. Otherwise this value is null.

Link copied to clipboard

The list of operations permitted by the grant.

Link copied to clipboard

The principal that can retire the grant.

Functions

Link copied to clipboard
inline fun copy(block: GrantListEntry.Builder.() -> Unit = {}): GrantListEntry
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