GetHostedZoneIdResult

data class GetHostedZoneIdResult(val id: String, val region: String)

A collection of values returned by getHostedZoneId.

Constructors

Link copied to clipboard
constructor(id: String, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ID of the AWS App Runner service HostedZoneId in the selected region.

Link copied to clipboard