PeeringConnectionOptions
public struct PeeringConnectionOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses when queried from instances in the peer VPC.
Declaration
Swift
public let allowDnsResolutionFromRemoteVpc: Bool?
-
If true, enables outbound communication from an EC2-Classic instance that’s linked to a local VPC using ClassicLink to instances in a peer VPC.
Declaration
Swift
public let allowEgressFromLocalClassicLinkToRemoteVpc: Bool?
-
If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that’s linked to a peer VPC using ClassicLink.
Declaration
Swift
public let allowEgressFromLocalVpcToRemoteClassicLink: Bool?
-
init(allowDnsResolutionFromRemoteVpc:allowEgressFromLocalClassicLinkToRemoteVpc:allowEgressFromLocalVpcToRemoteClassicLink:)
Undocumented
Declaration
Swift
public init(allowDnsResolutionFromRemoteVpc: Bool? = nil, allowEgressFromLocalClassicLinkToRemoteVpc: Bool? = nil, allowEgressFromLocalVpcToRemoteClassicLink: Bool? = nil)