| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
ServiceCatalogDeployActionBeta1.Builder |
ServiceCatalogDeployActionBeta1.Builder.actionName(String actionName)
(experimental) The physical, human-readable name of the Action.
|
static ServiceCatalogDeployActionBeta1.Builder |
ServiceCatalogDeployActionBeta1.Builder.create() |
ServiceCatalogDeployActionBeta1.Builder |
ServiceCatalogDeployActionBeta1.Builder.productId(String productId)
(experimental) The identifier of the product in the Service Catalog.
|
ServiceCatalogDeployActionBeta1.Builder |
ServiceCatalogDeployActionBeta1.Builder.productVersionDescription(String productVersionDescription)
(experimental) The optional description of this version of the Service Catalog product.
|
ServiceCatalogDeployActionBeta1.Builder |
ServiceCatalogDeployActionBeta1.Builder.productVersionName(String productVersionName)
(experimental) The name of the version of the Service Catalog product to be deployed.
|
ServiceCatalogDeployActionBeta1.Builder |
ServiceCatalogDeployActionBeta1.Builder.role(IRole role)
(experimental) The Role in which context's this Action will be executing in.
|
ServiceCatalogDeployActionBeta1.Builder |
ServiceCatalogDeployActionBeta1.Builder.runOrder(Number runOrder)
(experimental) The runOrder property for this Action.
|
ServiceCatalogDeployActionBeta1.Builder |
ServiceCatalogDeployActionBeta1.Builder.templatePath(ArtifactPath templatePath)
(experimental) The path to the cloudformation artifact.
|
ServiceCatalogDeployActionBeta1.Builder |
ServiceCatalogDeployActionBeta1.Builder.variablesNamespace(String variablesNamespace)
(experimental) The name of the namespace to use for variables emitted by this action.
|
Copyright © 2021. All rights reserved.