Skip to content

Delete Access Point For Object Lambda

s3control_delete_access_point_for_object_lambda R Documentation

This operation is not supported by directory buckets

Description

This operation is not supported by directory buckets.

Deletes the specified Object Lambda Access Point.

The following actions are related to delete_access_point_for_object_lambda:

  • create_access_point_for_object_lambda

  • get_access_point_for_object_lambda

  • list_access_points_for_object_lambda

Usage

s3control_delete_access_point_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 access point you want to delete.

Value

An empty list.

Request syntax

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