GetMultiRegionAccessPointResult

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.

Constructors

Link copied to clipboard
constructor(accountId: String, alias: String, arn: String, createdAt: String, domainName: String, id: String, name: String, publicAccessBlocks: List<GetMultiRegionAccessPointPublicAccessBlock>, regions: List<GetMultiRegionAccessPointRegion>, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The alias for the Multi-Region Access Point.

Link copied to clipboard
val arn: String

Amazon Resource Name (ARN) of the Multi-Region Access Point.

Link copied to clipboard

Timestamp when the resource has been created.

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
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.

Link copied to clipboard

The current status of the Multi-Region Access Point.