public static interface CloudWatchLogOptionsSpecification.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogOptionsSpecification.Builder,CloudWatchLogOptionsSpecification>
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogOptionsSpecification.Builder |
logEnabled(Boolean logEnabled)
Enable or disable VPN tunnel logging feature.
|
CloudWatchLogOptionsSpecification.Builder |
logGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
|
CloudWatchLogOptionsSpecification.Builder |
logOutputFormat(String logOutputFormat)
Set log format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloudWatchLogOptionsSpecification.Builder logEnabled(Boolean logEnabled)
Enable or disable VPN tunnel logging feature. Default value is False.
Valid values: True | False
logEnabled - Enable or disable VPN tunnel logging feature. Default value is False.
Valid values: True | False
CloudWatchLogOptionsSpecification.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.CloudWatchLogOptionsSpecification.Builder logOutputFormat(String logOutputFormat)
Set log format. Default format is json.
Valid values: json | text
logOutputFormat - Set log format. Default format is json.
Valid values: json | text
Copyright © 2023. All rights reserved.