Skip to content

Get Access Point For Object Lambda

s3control_get_access_point_for_object_lambda R Documentation

This operation is not supported by directory buckets

Description

This operation is not supported by directory buckets.

Returns configuration information about the specified Object Lambda Access Point

The following actions are related to get_access_point_for_object_lambda:

  • create_access_point_for_object_lambda

  • delete_access_point_for_object_lambda

  • list_access_points_for_object_lambda

Usage

s3control_get_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 Object Lambda Access Point.

Value

A list with the following syntax:

list(
  Name = "string",
  PublicAccessBlockConfiguration = list(
    BlockPublicAcls = TRUE|FALSE,
    IgnorePublicAcls = TRUE|FALSE,
    BlockPublicPolicy = TRUE|FALSE,
    RestrictPublicBuckets = TRUE|FALSE
  ),
  CreationDate = as.POSIXct(
    "2015-01-01"
  ),
  Alias = list(
    Value = "string",
    Status = "PROVISIONING"|"READY"
  )
)

Request syntax

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