Retrieves the PublicAccessBlock configuration for an AWS account. For
more information, see Using Amazon S3 block public access.
Related actions include:
s3control_get_public_access_block(AccountId)[required] The account ID for the AWS account whose PublicAccessBlock
configuration you want to retrieve.
A list with the following syntax:
list(
  PublicAccessBlockConfiguration = list(
    BlockPublicAcls = TRUE|FALSE,
    IgnorePublicAcls = TRUE|FALSE,
    BlockPublicPolicy = TRUE|FALSE,
    RestrictPublicBuckets = TRUE|FALSE
  )
)
svc$get_public_access_block( AccountId = "string" )