/AWS1/CL_EC2CONNLOGOPTIONS¶
Describes the client connection logging options for the Client VPN endpoint.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_enabled
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Indicates whether connection logging is enabled.
iv_cloudwatchloggroup
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The name of the CloudWatch Logs log group. Required if connection logging is enabled.
iv_cloudwatchlogstream
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The name of the CloudWatch Logs log stream to which the connection data is published.
Queryable Attributes¶
Enabled¶
Indicates whether connection logging is 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 |
CloudwatchLogGroup¶
The name of the CloudWatch Logs log group. Required if connection logging is enabled.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLOUDWATCHLOGGROUP() |
Getter for CLOUDWATCHLOGGROUP, with configurable default |
ASK_CLOUDWATCHLOGGROUP() |
Getter for CLOUDWATCHLOGGROUP w/ exceptions if field has no |
HAS_CLOUDWATCHLOGGROUP() |
Determine if CLOUDWATCHLOGGROUP has a value |
CloudwatchLogStream¶
The name of the CloudWatch Logs log stream to which the connection data is published.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLOUDWATCHLOGSTREAM() |
Getter for CLOUDWATCHLOGSTREAM, with configurable default |
ASK_CLOUDWATCHLOGSTREAM() |
Getter for CLOUDWATCHLOGSTREAM w/ exceptions if field has no |
HAS_CLOUDWATCHLOGSTREAM() |
Determine if CLOUDWATCHLOGSTREAM has a value |