@Stability(value=Experimental) @Internal 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(IBucket artifactBucket,
Boolean crossAccountKeys,
Map<String,? extends IBucket> crossRegionReplicationBuckets,
String pipelineName,
Boolean restartExecutionOnUpdate,
IRole role,
List<? extends StageProps> stages)
Constructor that initializes the object based on literal property values passed by the
PipelineProps.Builder. |
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()
(experimental) The S3 bucket used by this Pipeline to store artifacts.
|
Boolean |
getCrossAccountKeys()
(experimental) Create KMS keys for cross-account deployments.
|
Map<String,IBucket> |
getCrossRegionReplicationBuckets()
(experimental) A map of region to S3 bucket name used for cross-region CodePipeline.
|
String |
getPipelineName()
(experimental) Name of the pipeline.
|
Boolean |
getRestartExecutionOnUpdate()
(experimental) Indicates whether to rerun the AWS CodePipeline pipeline after you update it.
|
IRole |
getRole()
(experimental) The IAM role to be assumed by this Pipeline.
|
List<StageProps> |
getStages()
(experimental) The list of Stages, in order, to create this Pipeline with.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IBucket artifactBucket, Boolean crossAccountKeys, Map<String,? extends IBucket> crossRegionReplicationBuckets, String pipelineName, Boolean restartExecutionOnUpdate, IRole role, List<? extends StageProps> stages)
PipelineProps.Builder.public final IBucket getArtifactBucket()
PipelinePropsDefault: - A new S3 bucket will be created.
getArtifactBucket in interface PipelinePropspublic final Boolean getCrossAccountKeys()
PipelinePropsThis controls whether the pipeline is enabled for cross-account deployments.
By default cross-account deployments are enabled, but this feature requires that KMS Customer Master Keys are created which have a cost of $1/month.
If you do not need cross-account deployments, you can set this to false to
not create those keys and save on that cost (the artifact bucket will be
encrypted with an AWS-managed key). However, cross-account deployments will
no longer be possible.
Default: true
getCrossAccountKeys in interface PipelinePropspublic final 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.
getCrossRegionReplicationBuckets in interface PipelinePropspublic final String getPipelineName()
PipelinePropsDefault: - AWS CloudFormation generates an ID and uses that for the pipeline name.
getPipelineName in interface PipelinePropspublic final Boolean getRestartExecutionOnUpdate()
PipelinePropsDefault: false
getRestartExecutionOnUpdate in interface PipelinePropspublic final IRole getRole()
PipelinePropsDefault: a new IAM role will be created.
getRole in interface PipelinePropspublic final List<StageProps> getStages()
PipelinePropsYou can always add more Stages later by calling {@link Pipeline#addStage}.
Default: - None.
getStages in interface PipelineProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.