GetHostedZoneIdPlainArgs

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

A collection of arguments for invoking getHostedZoneId.

Constructors

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

Properties

Link copied to clipboard
val region: String? = null

Name of the region whose AWS App Runner service HostedZoneId is desired. Defaults to the region from the AWS provider configuration.

Functions

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