Uses of Interface
software.amazon.awscdk.services.codebuild.LoggingOptions
Packages that use LoggingOptions
Package
Description
CDK Pipelines
AWS CodeBuild Construct Library
-
Uses of LoggingOptions in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return LoggingOptionsModifier and TypeMethodDescriptiondefault LoggingOptionsCodeBuildOptions.getLogging()Information about logs for CodeBuild projects.final LoggingOptionsCodeBuildOptions.Jsii$Proxy.getLogging()CodeBuildStep.getLogging()Information about logs for CodeBuild projects.default LoggingOptionsCodeBuildStepProps.getLogging()Information about logs for CodeBuild projects.final LoggingOptionsCodeBuildStepProps.Jsii$Proxy.getLogging()Methods in software.amazon.awscdk.pipelines with parameters of type LoggingOptionsModifier 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
Classes in software.amazon.awscdk.services.codebuild that implement LoggingOptionsMethods in software.amazon.awscdk.services.codebuild that return LoggingOptionsModifier and TypeMethodDescriptionLoggingOptions.Builder.build()Builds the configured instance.default LoggingOptionsCommonProjectProps.getLogging()Information about logs for the build project.final LoggingOptionsCommonProjectProps.Jsii$Proxy.getLogging()final LoggingOptionsPipelineProjectProps.Jsii$Proxy.getLogging()final LoggingOptionsProjectProps.Jsii$Proxy.getLogging()Methods in software.amazon.awscdk.services.codebuild with parameters of type LoggingOptionsModifier 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()