Skip to content

Detach And Delete S3 Access Point

fsx_detach_and_delete_s3_access_point R Documentation

Detaches an S3 access point from an Amazon FSx volume and deletes the S3 access point

Description

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

Usage

fsx_detach_and_delete_s3_access_point(ClientRequestToken, Name)

Arguments

ClientRequestToken

(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

Name

[required] The name of the S3 access point attachment that you want to delete.

Value

A list with the following syntax:

list(
  Lifecycle = "AVAILABLE"|"CREATING"|"DELETING"|"UPDATING"|"FAILED"|"MISCONFIGURED",
  Name = "string"
)

Request syntax

svc$detach_and_delete_s3_access_point(
  ClientRequestToken = "string",
  Name = "string"
)