GetHostedZonePlainArgs

data class GetHostedZonePlainArgs(val region: String? = null) : ConvertibleToJava<GetHostedZonePlainArgs>

A collection of arguments for invoking getHostedZone.

Constructors

Link copied to clipboard
constructor(region: String? = null)

Properties

Link copied to clipboard
val region: String? = null

Region you'd like the zone for. By default, fetches the current region.

Functions

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