Description Usage Arguments Value Request syntax
View source: R/s3control_operations.R
Retrieves the PublicAccessBlock
configuration for an AWS account. For
more information, see Using Amazon S3 block public access.
Related actions include:
delete_public_access_block
put_public_access_block
1 | s3control_get_public_access_block(AccountId)
|
AccountId |
[required] The account ID for the AWS account whose |
A list with the following syntax:
1 2 3 4 5 6 7 8 |
1 2 3 | svc$get_public_access_block(
AccountId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.