S3Control / Client / delete_access_point_for_object_lambda

delete_access_point_for_object_lambda#

S3Control.Client.delete_access_point_for_object_lambda(**kwargs)#

Note

This operation is not supported by directory buckets.

Deletes the specified Object Lambda Access Point.

The following actions are related to DeleteAccessPointForObjectLambda:

See also: AWS API Documentation

Request Syntax

response = client.delete_access_point_for_object_lambda(
    AccountId='string',
    Name='string'
)
Parameters:
  • AccountId (string) –

    [REQUIRED]

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

  • Name (string) –

    [REQUIRED]

    The name of the access point you want to delete.

Returns:

None