Struct aws_sdk_codebuild::model::cloud_watch_logs_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CloudWatchLogsConfig
Implementations
The current status of the logs in CloudWatch Logs for a build project. Valid values are:
-
ENABLED
: CloudWatch Logs are enabled for this build project. -
DISABLED
: CloudWatch Logs are not enabled for this build project.
The current status of the logs in CloudWatch Logs for a build project. Valid values are:
-
ENABLED
: CloudWatch Logs are enabled for this build project. -
DISABLED
: CloudWatch Logs are not enabled for this build project.
The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
Consumes the builder and constructs a CloudWatchLogsConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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