AWSEC2ModifyClientVpnEndpointRequest

Objective-C

@interface AWSEC2ModifyClientVpnEndpointRequest

Swift

class AWSEC2ModifyClientVpnEndpointRequest
  • The options for managing connection authorization for new client connections.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2ClientConnectOptions *_Nullable clientConnectOptions;

    Swift

    var clientConnectOptions: AWSEC2ClientConnectOptions? { get set }
  • Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2ClientLoginBannerOptions *_Nullable clientLoginBannerOptions;

    Swift

    var clientLoginBannerOptions: AWSEC2ClientLoginBannerOptions? { get set }
  • The ID of the Client VPN endpoint to modify.

    Declaration

    Objective-C

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

    Swift

    var clientVpnEndpointId: String? { get set }
  • Information about the client connection logging options.

    If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:

    • Client connection requests

    • Client connection results (successful and unsuccessful)

    • Reasons for unsuccessful client connection requests

    • Client connection termination time

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2ConnectionLogOptions *_Nullable connectionLogOptions;

    Swift

    var connectionLogOptions: AWSEC2ConnectionLogOptions? { get set }
  • A brief description of the Client VPN endpoint.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2DnsServersOptionsModifyStructure *_Nullable dnsServers;

    Swift

    var dnsServers: AWSEC2DnsServersOptionsModifyStructure? { get set }
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • The IDs of one or more security groups to apply to the target network.

    Declaration

    Objective-C

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

    Swift

    var securityGroupIds: [String]? { get set }
  • Specify whether to enable the self-service portal for the Client VPN endpoint.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2SelfServicePortal selfServicePortal;

    Swift

    var selfServicePortal: AWSEC2SelfServicePortal { get set }
  • The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM).

    Declaration

    Objective-C

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

    Swift

    var serverCertificateArn: String? { get set }
  • The maximum VPN session duration time in hours.

    Valid values: 8 | 10 | 12 | 24

    Default value: 24

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable sessionTimeoutHours;

    Swift

    var sessionTimeoutHours: NSNumber? { get set }
  • Indicates whether the VPN is split-tunnel.

    For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable splitTunnel;

    Swift

    var splitTunnel: NSNumber? { get set }
  • The ID of the VPC to associate with the Client VPN endpoint.

    Declaration

    Objective-C

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

    Swift

    var vpcId: String? { get set }
  • The port number to assign to the Client VPN endpoint for TCP and UDP traffic.

    Valid Values: 443 | 1194

    Default Value: 443

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable vpnPort;

    Swift

    var vpnPort: NSNumber? { get set }