CreateVPCAssociationAuthorizationRequest class

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.

Constructors

CreateVPCAssociationAuthorizationRequest({required String hostedZoneId, required VPC vpc})

Properties

hashCode int
The hash code for this object.
no setterinherited
hostedZoneId String
The ID of the private hosted zone that you want to authorize associating a VPC with.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited