access_point
Gets an individual access_point
resource
Overview
Name | access_point |
Type | Resource |
Description | access_point |
Id | awscc.s3outposts.access_point |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the specified AccessPoint. |
bucket | string | The Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with. |
name | string | A name for the AccessPoint. |
vpc_configuration | object | Virtual Private Cloud (VPC) from which requests can be made to the AccessPoint. |
policy | object | The access point policy associated with this access point. |
region | string | AWS 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