VpcPeeringConnectionOptionsDescription
public struct VpcPeeringConnectionOptionsDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
Declaration
Swift
public let allowDnsResolutionFromRemoteVpc: Bool? -
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
Declaration
Swift
public let allowEgressFromLocalClassicLinkToRemoteVpc: Bool? -
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
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
VpcPeeringConnectionOptionsDescription Structure Reference