Description Usage Arguments Value Request syntax
View source: R/s3control_operations.R
Indicates whether the specified access point currently has a policy that allows public access. For more information about public access through access points, see Managing Data Access with Amazon S3 Access Points in the Amazon Simple Storage Service Developer Guide.
1 | s3control_get_access_point_policy_status(AccountId, Name)
|
AccountId |
[required] The account ID for the account that owns the specified access point. |
Name |
[required] The name of the access point whose policy status you want to retrieve. |
A list with the following syntax:
1 2 3 4 5 |
1 2 3 4 | svc$get_access_point_policy_status(
AccountId = "string",
Name = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.