@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.706Z") @Stability(value=Experimental) public interface ServiceCatalogDeployActionBeta1Props extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
ServiceCatalog deploy CodePipeline Action.| 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()
(experimental) The identifier of the product in the Service Catalog.
|
default String |
getProductVersionDescription()
(experimental) The optional description of this version of the Service Catalog product.
|
String |
getProductVersionName()
(experimental) The name of the version of the Service Catalog product to be deployed.
|
ArtifactPath |
getTemplatePath()
(experimental) The path to the cloudformation artifact.
|
getRolegetActionName, getRunOrder, getVariablesNamespace@Stability(value=Experimental) @NotNull String getProductId()
This product must already exist.
@Stability(value=Experimental) @NotNull String getProductVersionName()
@Stability(value=Experimental) @NotNull ArtifactPath getTemplatePath()
@Stability(value=Experimental) @Nullable default String getProductVersionDescription()
Default: ''
@Stability(value=Experimental) static ServiceCatalogDeployActionBeta1Props.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsServiceCatalogDeployActionBeta1Props.Builder of ServiceCatalogDeployActionBeta1PropsCopyright © 2021. All rights reserved.