AWSEC2VpcPeeringConnection
Objective-C
@interface AWSEC2VpcPeeringConnection
Swift
class AWSEC2VpcPeeringConnection
Describes a VPC peering connection.
-
Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VpcPeeringConnectionVpcInfo *_Nullable accepterVpcInfo;
Swift
var accepterVpcInfo: AWSEC2VpcPeeringConnectionVpcInfo? { get set }
-
The time that an unaccepted VPC peering connection will expire.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable expirationTime;
Swift
var expirationTime: Date? { get set }
-
Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VpcPeeringConnectionVpcInfo *_Nullable requesterVpcInfo;
Swift
var requesterVpcInfo: AWSEC2VpcPeeringConnectionVpcInfo? { get set }
-
The status of the VPC peering connection.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VpcPeeringConnectionStateReason *_Nullable status;
Swift
var status: AWSEC2VpcPeeringConnectionStateReason? { get set }
-
The ID of the VPC peering connection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpcPeeringConnectionId;
Swift
var vpcPeeringConnectionId: String? { get set }