Get Multi Region Access Point Result
data class GetMultiRegionAccessPointResult(val accountId: String, val alias: String, val arn: String, val createdAt: String, val domainName: String, val id: String, val name: String, val publicAccessBlocks: List<GetMultiRegionAccessPointPublicAccessBlock>, val regions: List<GetMultiRegionAccessPointRegion>, val status: String)
A collection of values returned by getMultiRegionAccessPoint.
Properties
Link copied to clipboard
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.
Link copied to clipboard
Public Access Block of the Multi-Region Access Point. Detailed below.
Link copied to clipboard
A collection of the regions and buckets associated with the Multi-Region Access Point.