Struct aws_sdk_ec2::model::ConnectionLogOptions [−][src]
#[non_exhaustive]pub struct ConnectionLogOptions {
pub enabled: Option<bool>,
pub cloudwatch_log_group: Option<String>,
pub cloudwatch_log_stream: Option<String>,
}
Expand description
Describes the client connection logging options for the Client VPN endpoint.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.enabled: Option<bool>
Indicates whether connection logging is enabled.
cloudwatch_log_group: Option<String>
The name of the CloudWatch Logs log group. Required if connection logging is enabled.
cloudwatch_log_stream: Option<String>
The name of the CloudWatch Logs log stream to which the connection data is published.
Implementations
The name of the CloudWatch Logs log group. Required if connection logging is enabled.
The name of the CloudWatch Logs log stream to which the connection data is published.
Creates a new builder-style object to manufacture ConnectionLogOptions
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ConnectionLogOptions
impl Send for ConnectionLogOptions
impl Sync for ConnectionLogOptions
impl Unpin for ConnectionLogOptions
impl UnwindSafe for ConnectionLogOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more