Learn R Programming

paws.storage (version 0.1.9)

s3control_delete_access_point_policy: Deletes the access point policy for the specified access point

Description

Deletes the access point policy for the specified access point.

Usage

s3control_delete_access_point_policy(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 whose policy you want to delete.

Request syntax

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