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