GetHostedZonePlainArgs

data class GetHostedZonePlainArgs(val id: String) : ConvertibleToJava<GetHostedZonePlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The ID that Amazon Route 53 assigned to the hosted zone when you created it.

Functions

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