Skip to content

Put Access Point Policy For Object Lambda

s3control_put_access_point_policy_for_object_lambda R Documentation

This operation is not supported by directory buckets

Description

This operation is not supported by directory buckets.

Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see Creating Object Lambda Access Points in the Amazon S3 User Guide.

The following actions are related to put_access_point_policy_for_object_lambda:

  • delete_access_point_policy_for_object_lambda

  • get_access_point_policy_for_object_lambda

Usage

s3control_put_access_point_policy_for_object_lambda(AccountId, Name,
  Policy)

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.

Policy

[required] Object Lambda Access Point resource policy document.

Value

An empty list.

Request syntax

svc$put_access_point_policy_for_object_lambda(
  AccountId = "string",
  Name = "string",
  Policy = "string"
)