interface BindToCodePipelineOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeBuild.BindToCodePipelineOptions |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#BindToCodePipelineOptions |
![]() | software.amazon.awscdk.services.codebuild.BindToCodePipelineOptions |
![]() | aws_cdk.aws_codebuild.BindToCodePipelineOptions |
![]() | aws-cdk-lib » aws_codebuild » BindToCodePipelineOptions |
The extra options passed to the IProject.bindToCodePipeline
method.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codebuild as codebuild } from 'aws-cdk-lib';
import { aws_s3 as s3 } from 'aws-cdk-lib';
declare const bucket: s3.Bucket;
const bindToCodePipelineOptions: codebuild.BindToCodePipelineOptions = {
artifactBucket: bucket,
};
Properties
Name | Type | Description |
---|---|---|
artifact | IBucket | The artifact bucket that will be used by the action that invokes this project. |
artifactBucket
Type:
IBucket
The artifact bucket that will be used by the action that invokes this project.