@Stability(value=Stable) public static final class PipelineProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PipelineProps
PipelinePropssoftware.amazon.jsii.JsiiObject.InitializationModePipelineProps.Builder, PipelineProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IBucket |
getArtifactBucket()
The S3 bucket used by this Pipeline to store artifacts.
|
Map<String,IBucket> |
getCrossRegionReplicationBuckets()
A map of region to S3 bucket name used for cross-region CodePipeline.
|
String |
getPipelineName()
Name of the pipeline.
|
Boolean |
getRestartExecutionOnUpdate()
Indicates whether to rerun the AWS CodePipeline pipeline after you update it.
|
IRole |
getRole()
The IAM role to be assumed by this Pipeline.
|
List<StageProps> |
getStages()
The list of Stages, in order, to create this Pipeline with.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public IBucket getArtifactBucket()
PipelinePropsDefault: - A new S3 bucket will be created.
getArtifactBucket in interface PipelinePropspublic Map<String,IBucket> getCrossRegionReplicationBuckets()
PipelinePropsFor every Action that you specify targeting a different region than the Pipeline itself, if you don't provide an explicit Bucket for that region using this property, the construct will automatically create a Stack containing an S3 Bucket in that region.
Default: - None.
EXPERIMENTAL
getCrossRegionReplicationBuckets in interface PipelinePropspublic String getPipelineName()
PipelinePropsDefault: - AWS CloudFormation generates an ID and uses that for the pipeline name.
getPipelineName in interface PipelinePropspublic Boolean getRestartExecutionOnUpdate()
PipelinePropsDefault: false
getRestartExecutionOnUpdate in interface PipelinePropspublic IRole getRole()
PipelinePropsDefault: a new IAM role will be created.
getRole in interface PipelinePropspublic List<StageProps> getStages()
PipelinePropsYou can always add more Stages later by calling {@link Pipeline#addStage}.
Default: - None.
getStages in interface PipelinePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.