Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ConnectionLogOptions |
ConnectionLogOptions.clone() |
ConnectionLogOptions |
ModifyClientVpnEndpointRequest.getConnectionLogOptions()
Information about the client connection logging options.
|
ConnectionLogOptions |
CreateClientVpnEndpointRequest.getConnectionLogOptions()
Information about the client connection logging options.
|
ConnectionLogOptions |
ConnectionLogOptions.withCloudwatchLogGroup(String cloudwatchLogGroup)
The name of the CloudWatch Logs log group.
|
ConnectionLogOptions |
ConnectionLogOptions.withCloudwatchLogStream(String cloudwatchLogStream)
The name of the CloudWatch Logs log stream to which the connection data is published.
|
ConnectionLogOptions |
ConnectionLogOptions.withEnabled(Boolean enabled)
Indicates whether connection logging is enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyClientVpnEndpointRequest.setConnectionLogOptions(ConnectionLogOptions connectionLogOptions)
Information about the client connection logging options.
|
void |
CreateClientVpnEndpointRequest.setConnectionLogOptions(ConnectionLogOptions connectionLogOptions)
Information about the client connection logging options.
|
ModifyClientVpnEndpointRequest |
ModifyClientVpnEndpointRequest.withConnectionLogOptions(ConnectionLogOptions connectionLogOptions)
Information about the client connection logging options.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withConnectionLogOptions(ConnectionLogOptions connectionLogOptions)
Information about the client connection logging options.
|
Copyright © 2023. All rights reserved.