AWSEC2VpcPeeringConnectionOptionsDescription
Objective-C
@interface AWSEC2VpcPeeringConnectionOptionsDescription
Swift
class AWSEC2VpcPeeringConnectionOptionsDescription
We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
Describes the VPC peering connection options.
-
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable allowDnsResolutionFromRemoteVpc;
Swift
var allowDnsResolutionFromRemoteVpc: NSNumber? { get set }
-
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable allowEgressFromLocalClassicLinkToRemoteVpc;
Swift
var allowEgressFromLocalClassicLinkToRemoteVpc: NSNumber? { get set }
-
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable allowEgressFromLocalVpcToRemoteClassicLink;
Swift
var allowEgressFromLocalVpcToRemoteClassicLink: NSNumber? { get set }