@Stability(value=Stable) public static final class ServiceCatalogDeployActionBeta1Props.Builder extends Object implements software.amazon.jsii.Builder<ServiceCatalogDeployActionBeta1Props>
ServiceCatalogDeployActionBeta1Props| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public ServiceCatalogDeployActionBeta1Props.Builder productId(String productId)
ServiceCatalogDeployActionBeta1Props.getProductId()productId - The identifier of the product in the Service Catalog. This parameter is required.
This product must already exist.this@Stability(value=Stable) public ServiceCatalogDeployActionBeta1Props.Builder productVersionName(String productVersionName)
ServiceCatalogDeployActionBeta1Props.getProductVersionName()productVersionName - The name of the version of the Service Catalog product to be deployed. This parameter is required.this@Stability(value=Stable) public ServiceCatalogDeployActionBeta1Props.Builder templatePath(ArtifactPath templatePath)
ServiceCatalogDeployActionBeta1Props.getTemplatePath()templatePath - The path to the cloudformation artifact. This parameter is required.this@Stability(value=Stable) public ServiceCatalogDeployActionBeta1Props.Builder productVersionDescription(String productVersionDescription)
ServiceCatalogDeployActionBeta1Props.getProductVersionDescription()productVersionDescription - The optional description of this version of the Service Catalog product.this@Stability(value=Stable) public ServiceCatalogDeployActionBeta1Props.Builder role(IRole role)
CommonAwsActionProps.getRole()role - The Role in which context's this Action will be executing in.
The Pipeline's Role will assume this Role
(the required permissions for that will be granted automatically)
right before executing this Action.
This Action will be passed into your {@link IAction.bind}
method in the {@link ActionBindOptions.role} property.this@Stability(value=Stable) public ServiceCatalogDeployActionBeta1Props.Builder actionName(String actionName)
CommonActionProps.getActionName()actionName - The physical, human-readable name of the Action. This parameter is required.
Note that Action names must be unique within a single Stage.this@Stability(value=Stable) public ServiceCatalogDeployActionBeta1Props.Builder runOrder(Number runOrder)
CommonActionProps.getRunOrder()runOrder - The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.this@Stability(value=Stable) public ServiceCatalogDeployActionBeta1Props.Builder variablesNamespace(String variablesNamespace)
CommonActionProps.getVariablesNamespace()variablesNamespace - The name of the namespace to use for variables emitted by this action.this@Stability(value=Stable) public ServiceCatalogDeployActionBeta1Props build()
build in interface software.amazon.jsii.Builder<ServiceCatalogDeployActionBeta1Props>ServiceCatalogDeployActionBeta1PropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.