AWSEC2CreateClientVpnEndpointResult

Objective-C

@interface AWSEC2CreateClientVpnEndpointResult

Swift

class AWSEC2CreateClientVpnEndpointResult
  • The ID of the Client VPN endpoint.

    Declaration

    Objective-C

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

    Swift

    var clientVpnEndpointId: String? { get set }
  • The DNS name to be used by clients when establishing their VPN session.

    Declaration

    Objective-C

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

    Swift

    var dnsName: String? { get set }
  • The current state of the Client VPN endpoint.

    Declaration

    Objective-C

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

    Swift

    var status: AWSEC2ClientVpnEndpointStatus? { get set }