Struct aws_sdk_securityhub::model::AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails [−][src]
#[non_exhaustive]pub struct AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails {
pub options: Option<HashMap<String, String>>,
pub type: Option<String>,
}
Expand description
The FireLens configuration for the container. The configuration specifies and configures a log router for container logs.
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.options: Option<HashMap<String, String>>
The options to use to configure the log router.
The valid option keys are as follows:
-
enable-ecs-log-metadata
. The value can betrue
orfalse
. -
config-file-type
. The value can bes3
orfile
. -
config-file-value
. The value is either an S3 ARN or a file path.
type: Option<String>
The log router to use.
Implementations
The options to use to configure the log router.
The valid option keys are as follows:
-
enable-ecs-log-metadata
. The value can betrue
orfalse
. -
config-file-type
. The value can bes3
orfile
. -
config-file-value
. The value is either an S3 ARN or a file path.
Creates a new builder-style object to manufacture AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails
Trait Implementations
fn eq(
&self,
other: &AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails
) -> bool
fn eq(
&self,
other: &AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails
) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(
&self,
other: &AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails
) -> bool
fn ne(
&self,
other: &AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails
) -> 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