| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchLogOptionsSpecification.Builder |
CloudWatchLogOptionsSpecification.builder() |
CloudWatchLogOptionsSpecification.Builder |
CloudWatchLogOptionsSpecification.Builder.logEnabled(Boolean logEnabled)
Enable or disable VPN tunnel logging feature.
|
CloudWatchLogOptionsSpecification.Builder |
CloudWatchLogOptionsSpecification.Builder.logGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
|
CloudWatchLogOptionsSpecification.Builder |
CloudWatchLogOptionsSpecification.Builder.logOutputFormat(String logOutputFormat)
Set log format.
|
CloudWatchLogOptionsSpecification.Builder |
CloudWatchLogOptionsSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CloudWatchLogOptionsSpecification.Builder> |
CloudWatchLogOptionsSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VpnTunnelLogOptionsSpecification.Builder |
VpnTunnelLogOptionsSpecification.Builder.cloudWatchLogOptions(Consumer<CloudWatchLogOptionsSpecification.Builder> cloudWatchLogOptions)
Options for sending VPN tunnel logs to CloudWatch.
|
Copyright © 2022. All rights reserved.