AWSEC2VpcPeeringConnectionOptionsDescription
Objective-C
@interface AWSEC2VpcPeeringConnectionOptionsDescription
Swift
class AWSEC2VpcPeeringConnectionOptionsDescription
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 } -
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 }
View on GitHub
Install in Dash
AWSEC2VpcPeeringConnectionOptionsDescription Class Reference