AWSEC2ClientConnectOptions

Objective-C

@interface AWSEC2ClientConnectOptions

Swift

class AWSEC2ClientConnectOptions

The options for managing connection authorization for new client connections.

  • Indicates whether client connect options are enabled. The default is false (not 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 }