Struct rusoto_ec2::PeeringConnectionOptions [] [src]

pub struct PeeringConnectionOptions {
    pub allow_dns_resolution_from_remote_vpc: Option<bool>,
    pub allow_egress_from_local_classic_link_to_remote_vpc: Option<bool>,
    pub allow_egress_from_local_vpc_to_remote_classic_link: Option<bool>,
}

Describes the VPC peering connection options.

Fields

If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC via ClassicLink to instances in a peer VPC.

If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC via ClassicLink.

Trait Implementations

impl Default for PeeringConnectionOptions
[src]

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

impl Debug for PeeringConnectionOptions
[src]

Formats the value using the given formatter.

impl Clone for PeeringConnectionOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more