s3control_get_access_point_policy: Returns the access point policy associated with the specified access
point
Description
Returns the access point policy associated with the specified access
point.
Usage
s3control_get_access_point_policy(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 you want to retrieve.
Request syntax
svc$get_access_point_policy(
AccountId = "string",
Name = "string"
)