Struct rusoto_route53::CreateVPCAssociationAuthorizationRequest [] [src]

pub struct CreateVPCAssociationAuthorizationRequest {
    pub hosted_zone_id: ResourceId,
    pub vpc: VPC,
}

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.

Fields

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

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

Trait Implementations

impl Default for CreateVPCAssociationAuthorizationRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for CreateVPCAssociationAuthorizationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateVPCAssociationAuthorizationRequest
[src]

Formats the value using the given formatter.