Skip to main content

access_point

Gets an individual access_point resource

Overview

Nameaccess_point
TypeResource
Descriptionaccess_point
Idawscc.s3outposts.access_point

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the specified AccessPoint.
bucketstringThe Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with.
namestringA name for the AccessPoint.
vpc_configurationobjectVirtual Private Cloud (VPC) from which requests can be made to the AccessPoint.
policyobjectThe access point policy associated with this access point.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
bucket,
name,
vpc_configuration,
policy
FROM awscc.s3outposts.access_point
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the access_point resource, the following permissions are required:

Read

s3-outposts:GetAccessPoint,
s3-outposts:GetAccessPointPolicy

Update

s3-outposts:GetAccessPoint,
s3-outposts:PutAccessPointPolicy,
s3-outposts:GetAccessPointPolicy,
s3-outposts:DeleteAccessPointPolicy

Delete

s3-outposts:DeleteAccessPoint,
s3-outposts:DeleteAccessPointPolicy