#[non_exhaustive]pub struct CloudWatchLogGroupLogDestination { /* private fields */ }Expand description
The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.
Implementations§
source§impl CloudWatchLogGroupLogDestination
impl CloudWatchLogGroupLogDestination
sourcepub fn cloud_watch_log_group_arn(&self) -> Option<&str>
pub fn cloud_watch_log_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
sourcepub fn log_prefix(&self) -> Option<&str>
pub fn log_prefix(&self) -> Option<&str>
The prefix of the log stream name within the log group that you specified
source§impl CloudWatchLogGroupLogDestination
impl CloudWatchLogGroupLogDestination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CloudWatchLogGroupLogDestination.
Trait Implementations§
source§impl Clone for CloudWatchLogGroupLogDestination
impl Clone for CloudWatchLogGroupLogDestination
source§fn clone(&self) -> CloudWatchLogGroupLogDestination
fn clone(&self) -> CloudWatchLogGroupLogDestination
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 PartialEq<CloudWatchLogGroupLogDestination> for CloudWatchLogGroupLogDestination
impl PartialEq<CloudWatchLogGroupLogDestination> for CloudWatchLogGroupLogDestination
source§fn eq(&self, other: &CloudWatchLogGroupLogDestination) -> bool
fn eq(&self, other: &CloudWatchLogGroupLogDestination) -> bool
This method tests for
self and other values to be equal, and is used
by ==.