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.
s3control_get_access_point_policy_status(AccountId, Name)
A list with the following syntax:
list(
PolicyStatus = list(
IsPublic = TRUE|FALSE
)
)
[required] The account ID for the account that owns the specified access point.
[required] The name of the access point whose policy status you want to retrieve.
svc$get_access_point_policy_status(
AccountId = "string",
Name = "string"
)