Show / Hide Table of Contents

Interface IBindToCodePipelineOptions

The extra options passed to the {@link IProject.bindToCodePipeline} method.

Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.AWS.CodeBuild.dll
Syntax (csharp)
public interface IBindToCodePipelineOptions
Syntax (vb)
Public Interface IBindToCodePipelineOptions
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodeBuild;
using Amazon.CDK.AWS.S3;

Bucket bucket;

var bindToCodePipelineOptions = new BindToCodePipelineOptions {
    ArtifactBucket = bucket
};

Synopsis

Properties

ArtifactBucket

The artifact bucket that will be used by the action that invokes this project.

Properties

ArtifactBucket

The artifact bucket that will be used by the action that invokes this project.

IBucket ArtifactBucket { get; }
Property Value

IBucket

Back to top Generated by DocFX