Uses of Class
software.amazon.awscdk.services.codepipeline.actions.ServiceCatalogDeployActionBeta1.Builder
-
Uses of ServiceCatalogDeployActionBeta1.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionServiceCatalogDeployActionBeta1.Builder.actionName
(String actionName) The physical, human-readable name of the Action.ServiceCatalogDeployActionBeta1.Builder.create()
The identifier of the product in the Service Catalog.ServiceCatalogDeployActionBeta1.Builder.productVersionDescription
(String productVersionDescription) The optional description of this version of the Service Catalog product.ServiceCatalogDeployActionBeta1.Builder.productVersionName
(String productVersionName) The name of the version of the Service Catalog product to be deployed.The Role in which context's this Action will be executing in.The runOrder property for this Action.ServiceCatalogDeployActionBeta1.Builder.templatePath
(ArtifactPath templatePath) The path to the cloudformation artifact.ServiceCatalogDeployActionBeta1.Builder.variablesNamespace
(String variablesNamespace) The name of the namespace to use for variables emitted by this action.