@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:45.595Z") @Stability(value=Experimental) public interface ServiceCatalogDeployActionProps extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
ServiceCatalog deploy CodePipeline Action.
Note: this API is still experimental, and may have breaking changes in the future!
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceCatalogDeployActionProps.Builder
A builder for
ServiceCatalogDeployActionProps |
static class |
ServiceCatalogDeployActionProps.Jsii$Proxy
An implementation for
ServiceCatalogDeployActionProps |
| Modifier and Type | Method and Description |
|---|---|
static ServiceCatalogDeployActionProps.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 ServiceCatalogDeployActionProps.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsServiceCatalogDeployActionProps.Builder of ServiceCatalogDeployActionPropsCopyright © 2021. All rights reserved.