AccessGrant

Full AccessGrant structure returned by API operations.

Types

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

Properties

Link copied to clipboard

The AWS account ID that owns the grant.

Link copied to clipboard

The timestamp when the grant was created.

Link copied to clipboard

The principal that created the grant.

Link copied to clipboard

The ID of the domain the grant belongs to.

Link copied to clipboard

The Amazon Resource Name (ARN) of the access grant.

Link copied to clipboard

The unique ID of the access grant.

Link copied to clipboard

Who manages the grant.

Link copied to clipboard
val name: String?

A name that identifies the access grant.

Link copied to clipboard

The permission granted.

Link copied to clipboard

The principal receiving the grant.

Link copied to clipboard

Groups of actions allowed by the grant, each with the resource scopes and conditions that limit those actions.

Link copied to clipboard

The space this grant applies to. Domain-scoped grants are returned by ListDomainAccessGrantsForOrganization instead.

Link copied to clipboard

The timestamp when the grant was last updated.

Functions

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