Creates or modifies the PublicAccessBlock configuration for an Amazon
Web Services account.
s3control_put_public_access_block(PublicAccessBlockConfiguration,
AccountId)[required] The PublicAccessBlock configuration that you want to apply to the
specified Amazon Web Services account.
[required] The account ID for the Amazon Web Services account whose
PublicAccessBlock configuration you want to set.
svc$put_public_access_block(
PublicAccessBlockConfiguration = list(
BlockPublicAcls = TRUE|FALSE,
IgnorePublicAcls = TRUE|FALSE,
BlockPublicPolicy = TRUE|FALSE,
RestrictPublicBuckets = TRUE|FALSE
),
AccountId = "string"
)