Struct aws_sdk_ssm::model::CloudWatchOutputConfig
source · [−]#[non_exhaustive]pub struct CloudWatchOutputConfig { /* private fields */ }
Expand description
Configuration options for sending command output to Amazon CloudWatch Logs.
Implementations
sourceimpl CloudWatchOutputConfig
impl CloudWatchOutputConfig
sourcepub fn cloud_watch_log_group_name(&self) -> Option<&str>
pub fn cloud_watch_log_group_name(&self) -> Option<&str>
The name of the CloudWatch Logs log group where you want to send command output. If you don't specify a group name, Amazon Web Services Systems Manager automatically creates a log group for you. The log group uses the following naming format:
aws/ssm/SystemsManagerDocumentName
sourcepub fn cloud_watch_output_enabled(&self) -> bool
pub fn cloud_watch_output_enabled(&self) -> bool
Enables Systems Manager to send command output to CloudWatch Logs.
sourceimpl CloudWatchOutputConfig
impl CloudWatchOutputConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CloudWatchOutputConfig
.
Trait Implementations
sourceimpl Clone for CloudWatchOutputConfig
impl Clone for CloudWatchOutputConfig
sourcefn clone(&self) -> CloudWatchOutputConfig
fn clone(&self) -> CloudWatchOutputConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CloudWatchOutputConfig
impl Debug for CloudWatchOutputConfig
sourceimpl PartialEq<CloudWatchOutputConfig> for CloudWatchOutputConfig
impl PartialEq<CloudWatchOutputConfig> for CloudWatchOutputConfig
sourcefn eq(&self, other: &CloudWatchOutputConfig) -> bool
fn eq(&self, other: &CloudWatchOutputConfig) -> bool
impl StructuralPartialEq for CloudWatchOutputConfig
Auto Trait Implementations
impl RefUnwindSafe for CloudWatchOutputConfig
impl Send for CloudWatchOutputConfig
impl Sync for CloudWatchOutputConfig
impl Unpin for CloudWatchOutputConfig
impl UnwindSafe for CloudWatchOutputConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more