Struct aws_sdk_securityhub::model::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
source · #[non_exhaustive]pub struct AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails { /* private fields */ }
Expand description
The log configuration for the results of the run command actions.
Implementations§
source§impl AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
sourcepub fn cloud_watch_encryption_enabled(&self) -> bool
pub fn cloud_watch_encryption_enabled(&self) -> bool
Whether to enable encryption on the CloudWatch logs.
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 log group to send the logs to.
sourcepub fn s3_bucket_name(&self) -> Option<&str>
pub fn s3_bucket_name(&self) -> Option<&str>
The name of the S3 bucket to send logs to.
sourcepub fn s3_encryption_enabled(&self) -> bool
pub fn s3_encryption_enabled(&self) -> bool
Whether to encrypt the logs that are sent to the S3 bucket.
sourcepub fn s3_key_prefix(&self) -> Option<&str>
pub fn s3_key_prefix(&self) -> Option<&str>
Identifies the folder in the S3 bucket to send the logs to.
source§impl AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
.
Trait Implementations§
source§impl Clone for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl Clone for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
source§fn clone(
&self
) -> AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
fn clone(
&self
) -> AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
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<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails> for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl PartialEq<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails> for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
source§fn eq(
&self,
other: &AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
) -> bool
fn eq(
&self,
other: &AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.