Skip to content

Get Access Point Policy Status for Object Lambda

s3control_get_access_point_policy_status_for_object_lambda R Documentation

This operation is not supported by directory buckets

Description

This operation is not supported by directory buckets.

Returns the status of the resource policy associated with an Object Lambda Access Point.

Usage

s3control_get_access_point_policy_status_for_object_lambda(AccountId,
  Name)

Arguments

AccountId

[required] The account ID for the account that owns the specified Object Lambda Access Point.

Name

[required] The name of the Object Lambda Access Point.

Value

A list with the following syntax:

list(
  PolicyStatus = list(
    IsPublic = TRUE|FALSE
  )
)

Request syntax

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