Skip to main content

replace_permission_associations_works

Creates, updates, deletes, gets or lists a replace_permission_associations_works resource.

Overview

Namereplace_permission_associations_works
TypeResource
Idaws.ram.replace_permission_associations_works

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
next_tokenstringIf present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
replace_permission_associations_worksarrayAn array of data structures that provide details of the matching work IDs.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_replace_permission_associations_workselectregionRetrieves the current status of the asynchronous tasks performed by RAM when you perform the ReplacePermissionAssociationsWork operation. Always check the NextToken response parameter for a null value when calling a paginated operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Retrieves the current status of the asynchronous tasks performed by RAM when you perform the ReplacePermissionAssociationsWork operation. Always check the NextToken response parameter for a null value when calling a paginated operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

SELECT
next_token,
replace_permission_associations_works
FROM aws.ram.replace_permission_associations_works
WHERE region = '{{ region }}' -- required
;