CreateVpcAssociationAuthorizationRequest

A complex type that contains information about the request to authorize associating a VPC with your private hosted zone. Authorization is only required when a private hosted zone and a VPC were created by using different accounts.

Types

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

Properties

Link copied to clipboard

The ID of the private hosted zone that you want to authorize associating a VPC with.

Link copied to clipboard
val vpc: Vpc?

A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.

Functions

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