A Service Catalog Cloudformation Product.
import { CloudFormationProduct } from 'aws-cdk-lib/aws-servicecatalog';Or use the module namespace:
import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CloudFormationProductConfiguration passed to the constructor as CloudFormationProductProps.
ownerRequiredstringThe owner of the product.
productNameRequiredstringThe name of the product.
productVersionsRequiredCloudFormationProductVersion[]The configuration of the product version.
descriptionOptionalstringThe description of the product.
Default: - No description provided
distributorOptionalstringThe distributor of the product.
Default: - No distributor provided
messageLanguageOptionalMessageLanguageThe language code. Controls language for logging and errors.
Default: - English
replaceProductVersionIdsOptionalbooleanWhether to give provisioning artifacts a new unique identifier when the product attributes or provisioning artifacts is updated.
Default: false
supportDescriptionOptionalstringThe support information about the product.
Default: - No support description provided
supportEmailOptionalstringThe contact email for product support.
Default: - No support email provided
supportUrlOptionalstringThe contact URL for product support.
Default: - No support URL provided
tagOptionsOptionalTagOptionsTagOptions associated directly to a product.
Default: - No tagOptions provided
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalog