Skip to main content

and_delete_s3_access_points

Creates, updates, deletes, gets or lists an and_delete_s3_access_points resource.

Overview

Nameand_delete_s3_access_points
TypeResource
Idaws.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:

NameAccessible byRequired ParamsOptional ParamsDescription
detach_and_delete_s3_access_pointupdateregionDetaches 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.

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

UPDATE examples

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;