and_delete_s3_access_points
Creates, updates, deletes, gets or lists an and_delete_s3_access_points resource.
Overview
| Name | and_delete_s3_access_points |
| Type | Resource |
| Id | aws.fsx.and_delete_s3_access_points |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
detach_and_delete_s3_access_point | update | region | Detaches an S3 access point from an Amazon FSx volume and deletes the S3 access point. The requester requires the following permission to perform this action: fsx:DetachAndDeleteS3AccessPoint s3:DeleteAccessPoint |
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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
UPDATE examples
- detach_and_delete_s3_access_point
Detaches an S3 access point from an Amazon FSx volume and deletes the S3 access point. The requester requires the following permission to perform this action: fsx:DetachAndDeleteS3AccessPoint s3:DeleteAccessPoint
UPDATE aws.fsx.and_delete_s3_access_points
SET
ClientRequestToken = '{{ ClientRequestToken }}',
Name = '{{ Name }}'
WHERE
region = '{{ region }}' --required
RETURNING
lifecycle,
name;