multi_region_access_points_list_only
Lists multi_region_access_points
in a region or regions, for all properties use multi_region_access_points
Overview
Name | multi_region_access_points_list_only |
Type | Resource |
Description | AWS::S3::MultiRegionAccessPoint is an Amazon S3 resource type that dynamically routes S3 requests to easily satisfy geographic compliance requirements based on customer-defined routing policies. |
Id | aws.s3.multi_region_access_points_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name you want to assign to this Multi Region Access Point. |
alias | string | The alias is a unique identifier to, and is part of the public DNS name for this Multi Region Access Point |
created_at | string | The timestamp of the when the Multi Region Access Point is created |
public_access_block_configuration | object | The 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. |
regions | array | The list of buckets that you want to associate this Multi Region Access Point with. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all multi_region_access_points
in a region.
SELECT
region,
name
FROM aws.s3.multi_region_access_points_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the multi_region_access_points_list_only
resource, see multi_region_access_points