PeeringConnectionOptionsRequest
public struct PeeringConnectionOptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If true, enables a local VPC to resolve public DNS hostnames 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)
View on GitHub
PeeringConnectionOptionsRequest Structure Reference