Creates or modifies the PublicAccessBlock
configuration for an AWS
account. For more information, see Using Amazon S3 block public access.
Related actions include:
s3control_put_public_access_block(PublicAccessBlockConfiguration,
AccountId)
[required] The PublicAccessBlock
configuration that you want to apply to the
specified AWS account.
[required] The account ID for the AWS account whose PublicAccessBlock
configuration you want to set.
An empty list.
svc$put_public_access_block( PublicAccessBlockConfiguration = list( BlockPublicAcls = TRUE|FALSE, IgnorePublicAcls = TRUE|FALSE, BlockPublicPolicy = TRUE|FALSE, RestrictPublicBuckets = TRUE|FALSE ), AccountId = "string" )