Struct aws_sdk_codebuild::model::logs_location::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for LogsLocation
Implementations
The name of the CloudWatch Logs group for the build logs.
The name of the CloudWatch Logs group for the build logs.
The name of the CloudWatch Logs stream for the build logs.
The name of the CloudWatch Logs stream for the build logs.
The URL to an individual build log in CloudWatch Logs.
The URL to an individual build log in CloudWatch Logs.
The URL to a build log in an S3 bucket.
The URL to a build log in an S3 bucket.
The ARN of CloudWatch Logs for a build project. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}
. For more information, see Resources Defined by CloudWatch Logs.
The ARN of CloudWatch Logs for a build project. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}
. For more information, see Resources Defined by CloudWatch Logs.
The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}
. For more information, see Resources Defined by Amazon S3.
The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}
. For more information, see Resources Defined by Amazon S3.
Information about CloudWatch Logs for a build project.
Information about CloudWatch Logs for a build project.
Information about S3 logs for a build project.
Information about S3 logs for a build project.
Consumes the builder and constructs a LogsLocation
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