| 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.
|
LoggingOptions |
ProjectProps.Jsii$Proxy.getLogging() |
LoggingOptions |
PipelineProjectProps.Jsii$Proxy.getLogging() |
default LoggingOptions |
CommonProjectProps.getLogging()
(experimental) Information about logs for the build project.
|
LoggingOptions |
CommonProjectProps.Jsii$Proxy.getLogging() |
| Modifier and Type | Method and Description |
|---|---|
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() |
CommonProjectProps.Builder |
CommonProjectProps.Builder.logging(LoggingOptions logging)
Sets the value of
CommonProjectProps.getLogging() |
PipelineProject.Builder |
PipelineProject.Builder.logging(LoggingOptions logging)
(experimental) Information about logs for the build project.
|
Project.Builder |
Project.Builder.logging(LoggingOptions logging)
(experimental) Information about logs for the build project.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
Number concurrentBuildLimit,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
PipelineProjectProps.Builder. |
Jsii$Proxy(Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
Number concurrentBuildLimit,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
CommonProjectProps.Builder. |
Jsii$Proxy(IArtifacts artifacts,
List<? extends IArtifacts> secondaryArtifacts,
List<? extends ISource> secondarySources,
ISource source,
Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
Number concurrentBuildLimit,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ProjectProps.Builder. |
Copyright © 2021. All rights reserved.