Class ServiceCatalogDeployActionBeta1
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.Action
software.amazon.awscdk.services.codepipeline.actions.Action
software.amazon.awscdk.services.codepipeline.actions.ServiceCatalogDeployActionBeta1
- All Implemented Interfaces:
IAction
,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-07T10:36:04.133Z")
@Stability(Stable)
public class ServiceCatalogDeployActionBeta1
extends Action
CodePipeline action to connect to an existing ServiceCatalog product.
Note: this class is still experimental, and may have breaking changes in the future!
Example:
Artifact cdkBuildOutput = new Artifact(); ServiceCatalogDeployActionBeta1 serviceCatalogDeployAction = ServiceCatalogDeployActionBeta1.Builder.create() .actionName("ServiceCatalogDeploy") .templatePath(cdkBuildOutput.atPath("Sample.template.json")) .productVersionName("Version - " + Date.getNow().getToString()) .productVersionDescription("This is a version from the pipeline with a new description.") .productId("prod-XXXXXXXX") .build();
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forServiceCatalogDeployActionBeta1
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.IAction
IAction.Jsii$Default
-
Constructor Summary
ModifierConstructorDescriptionprotected
ServiceCatalogDeployActionBeta1
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
ServiceCatalogDeployActionBeta1
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected ActionConfig
bound
(software.constructs.Construct _scope, IStage _stage, ActionBindOptions options) This is a renamed version of theIAction.bind
method.Methods inherited from class software.amazon.awscdk.services.codepipeline.actions.Action
getProvidedActionProperties
Methods inherited from class software.amazon.awscdk.services.codepipeline.Action
bind, getActionProperties, onStateChange, onStateChange, onStateChange, variableExpression
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
ServiceCatalogDeployActionBeta1
protected ServiceCatalogDeployActionBeta1(software.amazon.jsii.JsiiObjectRef objRef) -
ServiceCatalogDeployActionBeta1
protected ServiceCatalogDeployActionBeta1(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ServiceCatalogDeployActionBeta1
@Stability(Stable) public ServiceCatalogDeployActionBeta1(@NotNull ServiceCatalogDeployActionBeta1Props props) - Parameters:
props
- This parameter is required.
-
-
Method Details
-
bound
@Stability(Stable) @NotNull protected ActionConfig bound(@NotNull software.constructs.Construct _scope, @NotNull IStage _stage, @NotNull ActionBindOptions options) This is a renamed version of theIAction.bind
method.
-