Skip to main content

multi_region_access_point

Gets an individual multi_region_access_point resource

Overview

Namemulti_region_access_point
TypeResource
Descriptionmulti_region_access_point
Idawscc.s3.multi_region_access_point

Fields

NameDatatypeDescription
namestringThe name you want to assign to this Multi Region Access Point.
aliasstringThe alias is a unique identifier to, and is part of the public DNS name for this Multi Region Access Point
created_atstringThe timestamp of the when the Multi Region Access Point is created
public_access_block_configurationobjectThe PublicAccessBlock configuration that you want to apply to this Multi Region Access Point. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status 'The Meaning of Public' in the Amazon Simple Storage Service Developer Guide.
regionsarrayThe list of buckets that you want to associate this Multi Region Access Point with.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
alias,
created_at,
public_access_block_configuration,
regions
FROM awscc.s3.multi_region_access_point
WHERE data__Identifier = '<Name>';

Permissions

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

Read

s3:GetMultiRegionAccessPoint

Delete

s3:DeleteMultiRegionAccessPoint,
s3:DescribeMultiRegionAccessPointOperation,
s3:GetMultiRegionAccessPoint