HostedZoneSummary

In the response to a ListHostedZonesByVPC request, the HostedZoneSummaries element contains one HostedZoneSummary element for each hosted zone that the specified Amazon VPC is associated with. Each HostedZoneSummary element contains the hosted zone name and ID, and information about who owns the hosted zone.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.

Link copied to clipboard

The name of the private hosted zone, such as example.com.

Link copied to clipboard

The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an Amazon Web Services account or an Amazon Web Services service.

Functions

Link copied to clipboard
inline fun copy(block: HostedZoneSummary.Builder.() -> Unit = {}): HostedZoneSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String