public static interface CloudWatchLogOptions.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogOptions.Builder,CloudWatchLogOptions>
Modifier and Type | Method and Description |
---|---|
CloudWatchLogOptions.Builder |
logEnabled(Boolean logEnabled)
Status of VPN tunnel logging feature.
|
CloudWatchLogOptions.Builder |
logGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
|
CloudWatchLogOptions.Builder |
logOutputFormat(String logOutputFormat)
Configured log format.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CloudWatchLogOptions.Builder logEnabled(Boolean logEnabled)
Status of VPN tunnel logging feature. Default value is False
.
Valid values: True
| False
logEnabled
- Status of VPN tunnel logging feature. Default value is False
.
Valid values: True
| False
CloudWatchLogOptions.Builder logGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
logGroupArn
- The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.CloudWatchLogOptions.Builder logOutputFormat(String logOutputFormat)
Configured log format. Default format is json
.
Valid values: json
| text
logOutputFormat
- Configured log format. Default format is json
.
Valid values: json
| text
Copyright © 2023. All rights reserved.