| ArtifactsConfig
|
| ArtifactsConfig.Builder
|
| ArtifactsProps
Properties common to all Artifacts classes.
|
| ArtifactsProps.Builder
|
| BatchBuildConfig
|
| BatchBuildConfig.Builder
|
| BindToCodePipelineOptions
The extra options passed to the IProject.bindToCodePipeline method.
|
| BindToCodePipelineOptions.Builder
|
| BitBucketSourceCredentials
The source credentials used when contacting the BitBucket API.
|
| BitBucketSourceCredentials.Builder
|
| BitBucketSourceCredentialsProps
|
| BitBucketSourceCredentialsProps.Builder
|
| BitBucketSourceProps
Construction properties for BitBucketSource.
|
| BitBucketSourceProps.Builder
|
| BucketCacheOptions |
| BucketCacheOptions.Builder
|
| BuildEnvironment |
| BuildEnvironment.Builder
|
| BuildEnvironmentVariable |
| BuildEnvironmentVariable.Builder
|
| BuildEnvironmentVariableType |
| BuildImageBindOptions
Optional arguments to IBuildImage.binder - currently empty.
|
| BuildImageBindOptions.Builder
|
| BuildImageConfig
The return type from IBuildImage.binder - currently empty.
|
| BuildImageConfig.Builder
|
| BuildSpec
BuildSpec for CodeBuild projects.
|
| Cache
Cache options for CodeBuild Project.
|
| CfnProject
A CloudFormation `AWS::CodeBuild::Project`.
|
| CfnProject.ArtifactsProperty |
| CfnProject.ArtifactsProperty.Builder
|
| CfnProject.BatchRestrictionsProperty |
| CfnProject.BatchRestrictionsProperty.Builder
|
| CfnProject.Builder
|
| CfnProject.BuildStatusConfigProperty |
| CfnProject.BuildStatusConfigProperty.Builder
|
| CfnProject.CloudWatchLogsConfigProperty |
| CfnProject.CloudWatchLogsConfigProperty.Builder
|
| CfnProject.EnvironmentProperty |
| CfnProject.EnvironmentProperty.Builder
|
| CfnProject.EnvironmentVariableProperty |
| CfnProject.EnvironmentVariableProperty.Builder
|
| CfnProject.GitSubmodulesConfigProperty |
| CfnProject.GitSubmodulesConfigProperty.Builder
|
| CfnProject.LogsConfigProperty |
| CfnProject.LogsConfigProperty.Builder
|
| CfnProject.ProjectBuildBatchConfigProperty |
| CfnProject.ProjectBuildBatchConfigProperty.Builder
|
| CfnProject.ProjectCacheProperty |
| CfnProject.ProjectCacheProperty.Builder
|
| CfnProject.ProjectFileSystemLocationProperty |
| CfnProject.ProjectFileSystemLocationProperty.Builder
|
| CfnProject.ProjectSourceVersionProperty |
| CfnProject.ProjectSourceVersionProperty.Builder
|
| CfnProject.ProjectTriggersProperty |
| CfnProject.ProjectTriggersProperty.Builder
|
| CfnProject.RegistryCredentialProperty |
| CfnProject.RegistryCredentialProperty.Builder
|
| CfnProject.S3LogsConfigProperty |
| CfnProject.S3LogsConfigProperty.Builder
|
| CfnProject.SourceAuthProperty |
| CfnProject.SourceAuthProperty.Builder
|
| CfnProject.SourceProperty |
| CfnProject.SourceProperty.Builder
|
| CfnProject.VpcConfigProperty |
| CfnProject.VpcConfigProperty.Builder
|
| CfnProject.WebhookFilterProperty |
| CfnProject.WebhookFilterProperty.Builder
|
| CfnProjectProps
Properties for defining a `AWS::CodeBuild::Project`.
|
| CfnProjectProps.Builder
|
| CfnReportGroup
A CloudFormation `AWS::CodeBuild::ReportGroup`.
|
| CfnReportGroup.Builder
|
| CfnReportGroup.ReportExportConfigProperty |
| CfnReportGroup.ReportExportConfigProperty.Builder
|
| CfnReportGroup.S3ReportExportConfigProperty |
| CfnReportGroup.S3ReportExportConfigProperty.Builder
|
| CfnReportGroupProps
Properties for defining a `AWS::CodeBuild::ReportGroup`.
|
| CfnReportGroupProps.Builder
|
| CfnSourceCredential
A CloudFormation `AWS::CodeBuild::SourceCredential`.
|
| CfnSourceCredential.Builder
|
| CfnSourceCredentialProps
Properties for defining a `AWS::CodeBuild::SourceCredential`.
|
| CfnSourceCredentialProps.Builder
|
| CloudWatchLoggingOptions
Information about logs built to a CloudWatch Log Group for a build project.
|
| CloudWatchLoggingOptions.Builder
|
| CodeCommitSourceProps
Construction properties for CodeCommitSource.
|
| CodeCommitSourceProps.Builder
|
| CommonProjectProps |
| CommonProjectProps.Builder
|
| ComputeType
Build machine compute type.
|
| DockerImageOptions
The options when creating a CodeBuild Docker build image using LinuxBuildImage.fromDockerRegistry or WindowsBuildImage.fromDockerRegistry.
|
| DockerImageOptions.Builder
|
| EfsFileSystemLocationProps
Construction properties for EfsFileSystemLocation.
|
| EfsFileSystemLocationProps.Builder
|
| EventAction
The types of webhook event actions.
|
| FileSystemConfig
|
| FileSystemConfig.Builder
|
| FilterGroup
An object that represents a group of filter conditions for a webhook.
|
| GitHubEnterpriseSourceCredentials
The source credentials used when contacting the GitHub Enterprise API.
|
| GitHubEnterpriseSourceCredentials.Builder
|
| GitHubEnterpriseSourceCredentialsProps
|
| GitHubEnterpriseSourceCredentialsProps.Builder
|
| GitHubEnterpriseSourceProps
Construction properties for GitHubEnterpriseSource.
|
| GitHubEnterpriseSourceProps.Builder
|
| GitHubSourceCredentials
The source credentials used when contacting the GitHub API.
|
| GitHubSourceCredentials.Builder
|
| GitHubSourceCredentialsProps
|
| GitHubSourceCredentialsProps.Builder
|
| GitHubSourceProps
Construction properties for GitHubSource and GitHubEnterpriseSource.
|
| GitHubSourceProps.Builder
|
| IArtifacts
The abstract interface of a CodeBuild build output.
|
| IArtifacts.Jsii$Default
|
IBindableBuildImage
A variant of IBuildImage that allows binding to the project.
|
| IBindableBuildImage.Jsii$Default
|
| IBuildImage
Represents a Docker image used for the CodeBuild Project builds.
|
| IBuildImage.Jsii$Default
|
| IFileSystemLocation
The interface of a CodeBuild FileSystemLocation.
|
| IFileSystemLocation.Jsii$Default
|
| ImagePullPrincipalType
The type of principal CodeBuild will use to pull your build Docker image.
|
| IProject |
IProject.Jsii$Default
Internal default implementation for IProject.
|
IReportGroup
The interface representing the ReportGroup resource - either an existing one, imported using the ReportGroup.fromReportGroupName method, or a new one, created with the ReportGroup class.
|
| IReportGroup.Jsii$Default
|
| ISource
The abstract interface of a CodeBuild source.
|
ISource.Jsii$Default
Internal default implementation for ISource.
|
| LocalCacheMode
Local cache modes to enable for the CodeBuild Project.
|
| LoggingOptions
Information about logs for the build project.
|
| LoggingOptions.Builder
|
| PipelineProject
A convenience class for CodeBuild Projects that are used in CodePipeline.
|
| PipelineProject.Builder
|
| PipelineProjectProps |
| PipelineProjectProps.Builder
|
| Project
A representation of a CodeBuild Project.
|
| Project.Builder
|
| ProjectProps |
| ProjectProps.Builder
|
| ReportGroup
The ReportGroup resource class.
|
| ReportGroup.Builder
|
| ReportGroupProps
|
| ReportGroupProps.Builder
|
| S3ArtifactsProps
Construction properties for S3Artifacts.
|
| S3ArtifactsProps.Builder
|
| S3LoggingOptions
Information about logs built to an S3 bucket for a build project.
|
| S3LoggingOptions.Builder
|
| S3SourceProps
Construction properties for S3Source.
|
| S3SourceProps.Builder
|
| SourceConfig
|
| SourceConfig.Builder
|
| SourceProps
Properties common to all Source classes.
|
| SourceProps.Builder
|
| UntrustedCodeBoundaryPolicy
Permissions Boundary for a CodeBuild Project running untrusted code.
|
| UntrustedCodeBoundaryPolicy.Builder
|
| UntrustedCodeBoundaryPolicyProps
Construction properties for UntrustedCodeBoundaryPolicy.
|
| UntrustedCodeBoundaryPolicyProps.Builder
|
| WindowsImageType
Environment type for Windows Docker images.
|