/AWS1/CL_EC2CLIENTCNCTOPTIONS¶
The options for managing connection authorization for new client connections.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_enabled
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Indicates whether client connect options are enabled. The default is
false
(not enabled).
iv_lambdafunctionarn
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
Queryable Attributes¶
Enabled¶
Indicates whether client connect options are enabled. The default is
false
(not enabled).
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
LambdaFunctionArn¶
The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAMBDAFUNCTIONARN() |
Getter for LAMBDAFUNCTIONARN, with configurable default |
ASK_LAMBDAFUNCTIONARN() |
Getter for LAMBDAFUNCTIONARN w/ exceptions if field has no v |
HAS_LAMBDAFUNCTIONARN() |
Determine if LAMBDAFUNCTIONARN has a value |