Struct aws_sdk_ec2::model::ConnectionLogOptions
source · #[non_exhaustive]pub struct ConnectionLogOptions { /* private fields */ }
Expand description
Describes the client connection logging options for the Client VPN endpoint.
Implementations§
source§impl ConnectionLogOptions
impl ConnectionLogOptions
sourcepub fn cloudwatch_log_group(&self) -> Option<&str>
pub fn cloudwatch_log_group(&self) -> Option<&str>
The name of the CloudWatch Logs log group. Required if connection logging is enabled.
sourcepub fn cloudwatch_log_stream(&self) -> Option<&str>
pub fn cloudwatch_log_stream(&self) -> Option<&str>
The name of the CloudWatch Logs log stream to which the connection data is published.
source§impl ConnectionLogOptions
impl ConnectionLogOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConnectionLogOptions
.
Trait Implementations§
source§impl Clone for ConnectionLogOptions
impl Clone for ConnectionLogOptions
source§fn clone(&self) -> ConnectionLogOptions
fn clone(&self) -> ConnectionLogOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ConnectionLogOptions
impl Debug for ConnectionLogOptions
source§impl PartialEq<ConnectionLogOptions> for ConnectionLogOptions
impl PartialEq<ConnectionLogOptions> for ConnectionLogOptions
source§fn eq(&self, other: &ConnectionLogOptions) -> bool
fn eq(&self, other: &ConnectionLogOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.