@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T18:00:29.453Z") public interface PipelineProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PipelineProps.Builder
A builder for
PipelineProps |
static class |
PipelineProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static PipelineProps.Builder |
builder() |
software.amazon.awscdk.services.s3.BucketRef |
getArtifactBucket()
The S3 bucket used by this Pipeline to store artifacts.
|
String |
getPipelineName()
Name of the pipeline.
|
Boolean |
getRestartExecutionOnUpdate()
Indicates whether to rerun the AWS CodePipeline pipeline after you update it.
|
void |
setArtifactBucket(software.amazon.awscdk.services.s3.BucketRef value)
The S3 bucket used by this Pipeline to store artifacts.
|
void |
setPipelineName(String value)
Name of the pipeline.
|
void |
setRestartExecutionOnUpdate(Boolean value)
Indicates whether to rerun the AWS CodePipeline pipeline after you update it.
|
software.amazon.awscdk.services.s3.BucketRef getArtifactBucket()
void setArtifactBucket(software.amazon.awscdk.services.s3.BucketRef value)
String getPipelineName()
void setPipelineName(String value)
Boolean getRestartExecutionOnUpdate()
void setRestartExecutionOnUpdate(Boolean value)
static PipelineProps.Builder builder()
PipelineProps.Builder of PipelinePropsCopyright © 2018. All rights reserved.