Provides details on a specific S3 Multi-Region Access Point.
data "aws_s3control_multi_region_access_point" "example" {
name = "example"
}
This data source supports the following arguments:
account_id
- (Optional) The AWS account ID of the S3 Multi-Region Access Point. Defaults to automatically determined account ID of the Terraform AWS provider.name
- (Required) The name of the Multi-Region Access Point.This data source exports the following attributes in addition to the arguments above:
alias
- The alias for the Multi-Region Access Point.arn
- Amazon Resource Name (ARN) of the Multi-Region Access Point.created_at
- Timestamp when the resource has been created.domain_name
- The DNS domain name of the S3 Multi-Region Access Point in the format _alias
_.accesspoint.s3-global.amazonaws.com. For more information, see the documentation on Multi-Region Access Point Requests.public_access_block
- Public Access Block of the Multi-Region Access Point. Detailed below.regions
- A collection of the regions and buckets associated with the Multi-Region Access Point.status
- The current status of the Multi-Region Access Point.block_public_acls
- Specifies whether Amazon S3 should block public access control lists (ACLs). When set to true
causes the following behavior:
block_public_policy
- Specifies whether Amazon S3 should block public bucket policies for buckets in this account. When set to true
causes Amazon S3 to:
ignore_public_acls
- Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. When set to true
causes Amazon S3 to:
restrict_public_buckets
- Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. When set to true
:
bucket
- The name of the bucket.bucket_account_id
- The AWS account ID that owns the bucket.region
- The name of the region.