ReplacePermissionAssociationsWork - Amazon RAM
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ReplacePermissionAssociationsWork

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

Contents

Note

In the following list, the required parameters are described first.

creationTime

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

Type: Timestamp

Required: No

fromPermissionArn

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

Type: String

Required: No

fromPermissionVersion

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

Type: String

Required: No

id

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

Type: String

Required: No

lastUpdatedTime

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

Type: Timestamp

Required: No

status

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

  • IN_PROGRESS

  • COMPLETED

  • FAILED

Type: String

Valid Values: IN_PROGRESS | COMPLETED | FAILED

Required: No

statusMessage

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

Type: String

Required: No

toPermissionArn

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.

Type: String

Required: No

toPermissionVersion

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.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: