Uses of Interface
software.amazon.awscdk.services.codebuild.LoggingOptions
Package
Description
CDK Pipelines
AWS CodeBuild Construct Library
-
Uses of LoggingOptions in software.amazon.awscdk.pipelines
Modifier and TypeMethodDescriptiondefault LoggingOptions
CodeBuildOptions.getLogging()
Information about logs for CodeBuild projects.final LoggingOptions
CodeBuildOptions.Jsii$Proxy.getLogging()
CodeBuildStep.getLogging()
Information about logs for CodeBuild projects.default LoggingOptions
CodeBuildStepProps.getLogging()
Information about logs for CodeBuild projects.final LoggingOptions
CodeBuildStepProps.Jsii$Proxy.getLogging()
Modifier and TypeMethodDescriptionCodeBuildOptions.Builder.logging
(LoggingOptions logging) Sets the value ofCodeBuildOptions.getLogging()
CodeBuildStep.Builder.logging
(LoggingOptions logging) Information about logs for CodeBuild projects.CodeBuildStepProps.Builder.logging
(LoggingOptions logging) Sets the value ofCodeBuildStepProps.getLogging()
-
Uses of LoggingOptions in software.amazon.awscdk.services.codebuild
Modifier and TypeMethodDescriptionLoggingOptions.Builder.build()
Builds the configured instance.default LoggingOptions
CommonProjectProps.getLogging()
Information about logs for the build project.final LoggingOptions
CommonProjectProps.Jsii$Proxy.getLogging()
final LoggingOptions
PipelineProjectProps.Jsii$Proxy.getLogging()
final LoggingOptions
ProjectProps.Jsii$Proxy.getLogging()
Modifier and TypeMethodDescriptionCommonProjectProps.Builder.logging
(LoggingOptions logging) Sets the value ofCommonProjectProps.getLogging()
PipelineProject.Builder.logging
(LoggingOptions logging) Information about logs for the build project.PipelineProjectProps.Builder.logging
(LoggingOptions logging) Sets the value ofCommonProjectProps.getLogging()
Project.Builder.logging
(LoggingOptions logging) Information about logs for the build project.ProjectProps.Builder.logging
(LoggingOptions logging) Sets the value ofCommonProjectProps.getLogging()