Learn R Programming

paws.storage (version 0.1.8)

s3control_delete_access_point: Deletes the specified access point

Description

Deletes the specified access point.

Usage

s3control_delete_access_point(AccountId, Name)

Arguments

AccountId

[required] The account ID for the account that owns the specified access point.

Name

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

Request syntax

svc$delete_access_point(
  AccountId = "string",
  Name = "string"
)