public static final class PipelineProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PipelineProps
PipelineProps
PipelineProps.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(java.lang.Object o) |
IBucket |
getArtifactBucket()
The S3 bucket used by this Pipeline to store artifacts.
|
java.lang.Boolean |
getCrossAccountKeys()
Create KMS keys for cross-account deployments.
|
java.util.Map<java.lang.String,IBucket> |
getCrossRegionReplicationBuckets()
A map of region to S3 bucket name used for cross-region CodePipeline.
|
java.lang.Boolean |
getEnableKeyRotation()
Enable KMS key rotation for the generated KMS keys.
|
java.lang.String |
getPipelineName()
Name of the pipeline.
|
java.lang.Boolean |
getRestartExecutionOnUpdate()
Indicates whether to rerun the AWS CodePipeline pipeline after you update it.
|
java.lang.Boolean |
getReuseCrossRegionSupportStacks()
Reuse the same cross region support stack for all pipelines in the App.
|
IRole |
getRole()
The IAM role to be assumed by this Pipeline.
|
java.util.List<StageProps> |
getStages()
The list of Stages, in order, to create this Pipeline with.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IBucket getArtifactBucket()
PipelineProps
Default: - A new S3 bucket will be created.
getArtifactBucket
in interface PipelineProps
public final java.lang.Boolean getCrossAccountKeys()
PipelineProps
This 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 PipelineProps
public final java.util.Map<java.lang.String,IBucket> getCrossRegionReplicationBuckets()
PipelineProps
For 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 PipelineProps
public final java.lang.Boolean getEnableKeyRotation()
PipelineProps
By default KMS key rotation is disabled, but will add an additional $1/month for each year the key exists when enabled.
Default: - false (key rotation is disabled)
getEnableKeyRotation
in interface PipelineProps
public final java.lang.String getPipelineName()
PipelineProps
Default: - AWS CloudFormation generates an ID and uses that for the pipeline name.
getPipelineName
in interface PipelineProps
public final java.lang.Boolean getRestartExecutionOnUpdate()
PipelineProps
Default: false
getRestartExecutionOnUpdate
in interface PipelineProps
public final java.lang.Boolean getReuseCrossRegionSupportStacks()
PipelineProps
Default: - true (Use the same support stack for all pipelines in App)
getReuseCrossRegionSupportStacks
in interface PipelineProps
public final IRole getRole()
PipelineProps
Default: a new IAM role will be created.
getRole
in interface PipelineProps
public final java.util.List<StageProps> getStages()
PipelineProps
You can always add more Stages later by calling {@link Pipeline#addStage}.
Default: - None.
getStages
in interface PipelineProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()