Learn R Programming

paws.storage (version 0.1.3)

s3control_delete_public_access_block: Deletes the block public access configuration for the specified account

Description

Deletes the block public access configuration for the specified account.

Usage

s3control_delete_public_access_block(AccountId)

Arguments

AccountId

[required] The account ID for the AWS account whose block public access configuration you want to delete.

Request syntax

svc$delete_public_access_block(
  AccountId = "string"
)