Learn R Programming

paws.storage (version 0.1.7)

s3control_get_access_point: Returns configuration information about the specified access point

Description

Returns configuration information about the specified access point.

Usage

s3control_get_access_point(AccountId, Name)

Arguments

AccountId

[required] The account ID for the account that owns the specified access point.

Name

[required] The name of the access point whose configuration information you want to retrieve.

Request syntax

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