ReplacePermissionAssociationsWork

A structure that represents the background work that RAM performs when you invoke the ReplacePermissionAssociations operation.

Types

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

Properties

Link copied to clipboard

The date and time when this asynchronous background task was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the managed permission that this background task is replacing.

Link copied to clipboard

The version of the managed permission that this background task is replacing.

Link copied to clipboard
val id: String?

The unique identifier for the background task associated with one ReplacePermissionAssociations request.

Link copied to clipboard

The date and time when the status of this background task was last updated.

Link copied to clipboard

Specifies the current status of the background tasks for the specified ID. The output is one of the following strings:

Link copied to clipboard

Specifies the reason for a FAILED status. This field is present only when there status is FAILED.

Link copied to clipboard

The ARN of the managed permission that this background task is associating with the resource shares in place of the managed permission and version specified in fromPermissionArn and fromPermissionVersion.

Link copied to clipboard

The version of the managed permission that this background task is associating with the resource shares. This is always the version that is currently the default for this managed permission.

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