public static final class IPipeline.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IPipeline
software.amazon.jsii.JsiiObject.InitializationModeIPipeline.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
ResourceEnvironment |
getEnv()
The environment this resource belongs to.
|
ConstructNode |
getNode()
The construct tree node for this construct.
|
String |
getPipelineArn()
The ARN of the Pipeline.
|
String |
getPipelineName()
The name of the Pipeline.
|
Stack |
getStack()
The stack in which this resource is defined.
|
Rule |
onEvent(String id)
Define an event rule triggered by this CodePipeline.
|
Rule |
onEvent(String id,
OnEventOptions options)
Define an event rule triggered by this CodePipeline.
|
Rule |
onStateChange(String id)
Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.
|
Rule |
onStateChange(String id,
OnEventOptions options)
Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) @NotNull public String getPipelineArn()
getPipelineArn in interface IPipeline@Stability(value=Stable) @NotNull public String getPipelineName()
getPipelineName in interface IPipeline@Stability(value=Stable) @NotNull public ResourceEnvironment getEnv()
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
@Stability(value=Stable) @NotNull public Stack getStack()
@Stability(value=Stable) @NotNull public ConstructNode getNode()
@Stability(value=Stable) @NotNull public Rule onEvent(@NotNull String id, @Nullable OnEventOptions options)
@Stability(value=Stable) @NotNull public Rule onEvent(@NotNull String id)
@Stability(value=Stable) @NotNull public Rule onStateChange(@NotNull String id, @Nullable OnEventOptions options)
onStateChange in interface IPipelineid - Identifier for this event handler. This parameter is required.options - Additional options to pass to the event rule.@Stability(value=Stable) @NotNull public Rule onStateChange(@NotNull String id)
onStateChange in interface IPipelineid - Identifier for this event handler. This parameter is required.Copyright © 2020. All rights reserved.