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