Learn R Programming

paws.storage (version 0.1.9)

s3control_get_access_point_policy_status: Indicates whether the specified access point currently has a policy that allows public access

Description

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.

Usage

s3control_get_access_point_policy_status(AccountId, Name)

Arguments

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.

Request syntax

svc$get_access_point_policy_status(
  AccountId = "string",
  Name = "string"
)