AWSEC2ClientConnectResponseOptions

Objective-C

@interface AWSEC2ClientConnectResponseOptions

Swift

class AWSEC2ClientConnectResponseOptions

The options for managing connection authorization for new client connections.

  • Indicates whether client connect options are enabled.

    Declaration

    Objective-C

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

    Swift

    var enabled: NSNumber? { get set }
  • The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.

    Declaration

    Objective-C

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

    Swift

    var lambdaFunctionArn: String? { get set }
  • The status of any updates to the client connect options.

    Declaration

    Objective-C

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

    Swift

    var status: AWSEC2ClientVpnEndpointAttributeStatus? { get set }