@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.565Z") @Stability(value=Stable) public interface ServiceCatalogDeployActionBeta1Props extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
ServiceCatalog deploy CodePipeline Action.
Example:
// Example automatically generated from non-compiling source. May contain errors.
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceCatalogDeployActionBeta1Props.Builder
A builder for
ServiceCatalogDeployActionBeta1Props |
static class |
ServiceCatalogDeployActionBeta1Props.Jsii$Proxy
An implementation for
ServiceCatalogDeployActionBeta1Props |
| Modifier and Type | Method and Description |
|---|---|
static ServiceCatalogDeployActionBeta1Props.Builder |
builder() |
String |
getProductId()
The identifier of the product in the Service Catalog.
|
default String |
getProductVersionDescription()
The optional description of this version of the Service Catalog product.
|
String |
getProductVersionName()
The name of the version of the Service Catalog product to be deployed.
|
ArtifactPath |
getTemplatePath()
The path to the cloudformation artifact.
|
getRolegetActionName, getRunOrder, getVariablesNamespace@Stability(value=Stable) @NotNull String getProductId()
This product must already exist.
@Stability(value=Stable) @NotNull String getProductVersionName()
@Stability(value=Stable) @NotNull ArtifactPath getTemplatePath()
@Stability(value=Stable) @Nullable default String getProductVersionDescription()
Default: ''
@Stability(value=Stable) static ServiceCatalogDeployActionBeta1Props.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsServiceCatalogDeployActionBeta1Props.Builder of ServiceCatalogDeployActionBeta1PropsCopyright © 2022. All rights reserved.