AWSEC2PeeringConnectionOptions
Objective-C
@interface AWSEC2PeeringConnectionOptions
Swift
class AWSEC2PeeringConnectionOptions
Describes the VPC peering connection options.
-
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
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable allowDnsResolutionFromRemoteVpc;
Swift
var allowDnsResolutionFromRemoteVpc: NSNumber? { get set }
-
Deprecated.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable allowEgressFromLocalClassicLinkToRemoteVpc;
Swift
var allowEgressFromLocalClassicLinkToRemoteVpc: NSNumber? { get set }
-
Deprecated.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable allowEgressFromLocalVpcToRemoteClassicLink;
Swift
var allowEgressFromLocalVpcToRemoteClassicLink: NSNumber? { get set }