Struct aws_sdk_ec2::model::ConnectionLogResponseOptions [−][src]
#[non_exhaustive]pub struct ConnectionLogResponseOptions {
pub enabled: Option<bool>,
pub cloudwatch_log_group: Option<String>,
pub cloudwatch_log_stream: Option<String>,
}
Expand description
Information about the client connection logging options for a 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 client connection logging is enabled for the Client VPN endpoint.
cloudwatch_log_group: Option<String>
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
cloudwatch_log_stream: Option<String>
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
Implementations
Indicates whether client connection logging is enabled for the Client VPN endpoint.
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
Creates a new builder-style object to manufacture ConnectionLogResponseOptions
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 Send for ConnectionLogResponseOptions
impl Sync for ConnectionLogResponseOptions
impl Unpin for ConnectionLogResponseOptions
impl UnwindSafe for ConnectionLogResponseOptions
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