@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.238Z") @Stability(value=Experimental) public class CodePipeline extends software.amazon.jsii.JsiiObject implements IRuleTarget
| Modifier and Type | Class and Description |
|---|---|
static class |
CodePipeline.Builder
(experimental) A fluent builder for
CodePipeline. |
software.amazon.jsii.JsiiObject.InitializationModeIRuleTarget.Jsii$Default, IRuleTarget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
CodePipeline(IPipeline pipeline) |
|
CodePipeline(IPipeline pipeline,
CodePipelineTargetOptions options) |
protected |
CodePipeline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CodePipeline(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
RuleTargetConfig |
bind(IRule _rule)
(experimental) Returns the rule target specification.
|
RuleTargetConfig |
bind(IRule _rule,
String _id)
(experimental) Returns the rule target specification.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CodePipeline(software.amazon.jsii.JsiiObjectRef objRef)
protected CodePipeline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CodePipeline(@NotNull
IPipeline pipeline,
@Nullable
CodePipelineTargetOptions options)
pipeline - This parameter is required.options - @Stability(value=Experimental)
public CodePipeline(@NotNull
IPipeline pipeline)
pipeline - This parameter is required.@Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule _rule, @Nullable String _id)
NOTE: Do not use the various inputXxx options. They can be set in a call to addTarget.
bind in interface IRuleTarget_rule - This parameter is required._id - @Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule _rule)
NOTE: Do not use the various inputXxx options. They can be set in a call to addTarget.
bind in interface IRuleTarget_rule - This parameter is required.Copyright © 2021. All rights reserved.