GetMultiRegionAccessPointPlainArgs

data class GetMultiRegionAccessPointPlainArgs(val accountId: String? = null, val name: String) : ConvertibleToJava<GetMultiRegionAccessPointPlainArgs>

A collection of arguments for invoking getMultiRegionAccessPoint.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, name: String)

Properties

Link copied to clipboard
val accountId: String? = null

The AWS account ID of the S3 Multi-Region Access Point. Defaults to automatically determined account ID of the AWS provider.

Link copied to clipboard

The name of the Multi-Region Access Point.

Functions

Link copied to clipboard
open override fun toJava(): GetMultiRegionAccessPointPlainArgs