Learn R Programming

paws.storage (version 0.1.9)

s3control_delete_public_access_block: Removes the PublicAccessBlock configuration for an Amazon Web Services account

Description

Removes the PublicAccessBlock configuration for an Amazon Web Services account.

Usage

s3control_delete_public_access_block(AccountId)

Arguments

AccountId

[required] The account ID for the Amazon Web Services account whose PublicAccessBlock configuration you want to remove.

Request syntax

svc$delete_public_access_block(
  AccountId = "string"
)