Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CloudWatchLogOptionsSpecification |
CloudWatchLogOptionsSpecification.clone() |
CloudWatchLogOptionsSpecification |
VpnTunnelLogOptionsSpecification.getCloudWatchLogOptions()
Options for sending VPN tunnel logs to CloudWatch.
|
CloudWatchLogOptionsSpecification |
CloudWatchLogOptionsSpecification.withLogEnabled(Boolean logEnabled)
Enable or disable VPN tunnel logging feature.
|
CloudWatchLogOptionsSpecification |
CloudWatchLogOptionsSpecification.withLogGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
|
CloudWatchLogOptionsSpecification |
CloudWatchLogOptionsSpecification.withLogOutputFormat(String logOutputFormat)
Set log format.
|
Modifier and Type | Method and Description |
---|---|
void |
VpnTunnelLogOptionsSpecification.setCloudWatchLogOptions(CloudWatchLogOptionsSpecification cloudWatchLogOptions)
Options for sending VPN tunnel logs to CloudWatch.
|
VpnTunnelLogOptionsSpecification |
VpnTunnelLogOptionsSpecification.withCloudWatchLogOptions(CloudWatchLogOptionsSpecification cloudWatchLogOptions)
Options for sending VPN tunnel logs to CloudWatch.
|
Copyright © 2023. All rights reserved.