AWS::ServiceCatalog::CloudFormationProvisionedProductProvisions the specified product. A provisioned product is a resourced instance of a product. For example, provisioning a product based on a AWS CloudFormation template launches a AWS CloudFormation stack and its underlying resources. You can check the status of this request using [DescribeRecord](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_DescribeRecord.html) . If the request contains a tag key with an empty list of values, there is a tag conflict for that key. Do not include conflicted keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[ *N* ]: *Value* ".
import { CfnCloudFormationProvisionedProduct } from 'aws-cdk-lib/aws-servicecatalog';Or use the module namespace:
import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnCloudFormationProvisionedProductConfiguration passed to the constructor as CfnCloudFormationProvisionedProductProps.
acceptLanguageOptionalstringThe language code. - `jp` - Japanese - `zh` - Chinese
notificationArnsOptionalstring[]Passed to AWS CloudFormation . The SNS topic ARNs to which to publish stack-related events.
pathIdOptionalstringThe path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use [ListLaunchPaths](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListLaunchPaths.html) . > You must provide the name or ID, but not both.
pathNameOptionalstringThe name of the path. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use [ListLaunchPaths](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ListLaunchPaths.html) . > You must provide the name or ID, but not both.
productIdOptionalstringThe product identifier. > You must specify either the ID or the name of the product, but not both.
productNameOptionalstringThe name of the Service Catalog product. Each time a stack is created or updated, if `ProductName` is provided it will successfully resolve to `ProductId` as long as only one product exists in the account or Region with that `ProductName` . > You must specify either the name or the ID of the product, but not both.
provisionedProductNameOptionalstringA user-friendly name for the provisioned product. This value must be unique for the AWS account and cannot be updated after the product is provisioned.
provisioningArtifactIdOptionalstringThe identifier of the provisioning artifact (also known as a version). > You must specify either the ID or the name of the provisioning artifact, but not both.
provisioningArtifactNameOptionalstringThe name of the provisioning artifact (also known as a version) for the product. This name must be unique for the product. > You must specify either the name or the ID of the provisioning artifact, but not both. You must also specify either the name or the ID of the product, but not both.
provisioningParametersOptionalIResolvable | IResolvable | ProvisioningParameterProperty[]Parameters specified by the administrator that are required for provisioning the product.
provisioningPreferencesOptionalIResolvable | ProvisioningPreferencesPropertyStackSet preferences that are required for provisioning the product or updating a provisioned product.
tagsOptionalCfnTag[]One or more tags. > Requires the provisioned product to have an [ResourceUpdateConstraint](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html) resource with `TagUpdatesOnProvisionedProduct` set to `ALLOWED` to allow tag updates. If `RESOURCE_UPDATE` constraint is not present, tags updates are ignored.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalogAWS::ServiceCatalog::CloudFormationProvisionedProduct