AWSEC2TargetNetwork

Objective-C

@interface AWSEC2TargetNetwork

Swift

class AWSEC2TargetNetwork

Describes a target network associated with a Client VPN endpoint.

  • The ID of the association.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable associationId;

    Swift

    var associationId: String? { get set }
  • The ID of the Client VPN endpoint with which the target network is associated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientVpnEndpointId;

    Swift

    var clientVpnEndpointId: String? { get set }
  • The IDs of the security groups applied to the target network association.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable securityGroups;

    Swift

    var securityGroups: [String]? { get set }
  • The current state of the target network association.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2AssociationStatus *_Nullable status;

    Swift

    var status: AWSEC2AssociationStatus? { get set }
  • The ID of the subnet specified as the target network.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable targetNetworkId;

    Swift

    var targetNetworkId: String? { get set }
  • The ID of the VPC in which the target network (subnet) is located.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable vpcId;

    Swift

    var vpcId: String? { get set }