| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
LoggingOptions |
LoggingOptions.Builder.build()
Builds the configured instance.
|
default LoggingOptions |
CommonProjectProps.getLogging()
Information about logs for the build project.
|
LoggingOptions |
CommonProjectProps.Jsii$Proxy.getLogging() |
LoggingOptions |
ProjectProps.Jsii$Proxy.getLogging() |
LoggingOptions |
PipelineProjectProps.Jsii$Proxy.getLogging() |
| Modifier and Type | Method and Description |
|---|---|
PipelineProject.Builder |
PipelineProject.Builder.logging(LoggingOptions logging)
Information about logs for the build project.
|
CommonProjectProps.Builder |
CommonProjectProps.Builder.logging(LoggingOptions logging)
Sets the value of
CommonProjectProps.getLogging() |
Project.Builder |
Project.Builder.logging(LoggingOptions logging)
Information about logs for the build project.
|
ProjectProps.Builder |
ProjectProps.Builder.logging(LoggingOptions logging)
Sets the value of
CommonProjectProps.getLogging() |
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.logging(LoggingOptions logging)
Sets the value of
CommonProjectProps.getLogging() |
Copyright © 2022. All rights reserved.