| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicecatalog |
AWS Service Catalog Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ProductStackHistory.Builder |
ProductStackHistory.Builder.create(software.constructs.Construct scope,
String id) |
ProductStackHistory.Builder |
ProductStackHistory.Builder.currentVersionLocked(Boolean currentVersionLocked)
If this is set to true, the ProductStack will not be overwritten if a snapshot is found for the currentVersionName.
|
ProductStackHistory.Builder |
ProductStackHistory.Builder.currentVersionName(String currentVersionName)
The current version name of the ProductStack.
|
ProductStackHistory.Builder |
ProductStackHistory.Builder.description(String description)
The description of the product version.
|
ProductStackHistory.Builder |
ProductStackHistory.Builder.directory(String directory)
The directory where template snapshots will be stored.
|
ProductStackHistory.Builder |
ProductStackHistory.Builder.productStack(ProductStack productStack)
The ProductStack whose history will be retained as a snapshot.
|
ProductStackHistory.Builder |
ProductStackHistory.Builder.validateTemplate(Boolean validateTemplate)
Whether the specified product template will be validated by CloudFormation.
|
Copyright © 2022. All rights reserved.