Struct aws_sdk_securityhub::model::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails [−][src]
#[non_exhaustive]pub struct AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails {
pub cloud_watch_encryption_enabled: bool,
pub cloud_watch_log_group_name: Option<String>,
pub s3_bucket_name: Option<String>,
pub s3_encryption_enabled: bool,
pub s3_key_prefix: Option<String>,
}
Expand description
The log configuration for the results of the run command actions.
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.cloud_watch_encryption_enabled: bool
Whether to enable encryption on the CloudWatch logs.
cloud_watch_log_group_name: Option<String>
The name of the CloudWatch log group to send the logs to.
s3_bucket_name: Option<String>
The name of the S3 bucket to send logs to.
s3_encryption_enabled: bool
Whether to encrypt the logs that are sent to the S3 bucket.
s3_key_prefix: Option<String>
Identifies the folder in the S3 bucket to send the logs to.
Implementations
Whether to enable encryption on the CloudWatch logs.
The name of the CloudWatch log group to send the logs to.
The name of the S3 bucket to send logs to.
Whether to encrypt the logs that are sent to the S3 bucket.
Identifies the folder in the S3 bucket to send the logs to.
Creates a new builder-style object to manufacture AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
Trait Implementations
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 ==
. Read more
fn ne(
&self,
other: &AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
) -> bool
fn ne(
&self,
other: &AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
) -> bool
This method tests for !=
.
Auto Trait Implementations
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