AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalog::CloudFormationProvisionedProduct

CfnCloudFormationProvisionedProduct

Provisions 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

import { CfnCloudFormationProvisionedProduct } from 'aws-cdk-lib/aws-servicecatalog';

Or use the module namespace:

import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnCloudFormationProvisionedProduct

Properties

Configuration passed to the constructor as CfnCloudFormationProvisionedProductProps.

acceptLanguageOptional
string

The language code. - `jp` - Japanese - `zh` - Chinese

notificationArnsOptional
string[]

Passed to AWS CloudFormation . The SNS topic ARNs to which to publish stack-related events.

pathIdOptional
string

The 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.

pathNameOptional
string

The 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.

productIdOptional
string

The product identifier. > You must specify either the ID or the name of the product, but not both.

productNameOptional
string

The 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.

provisionedProductNameOptional
string

A 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.

provisioningArtifactIdOptional
string

The 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.

provisioningArtifactNameOptional
string

The 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.

provisioningParametersOptional
IResolvable | IResolvable | ProvisioningParameterProperty[]

Parameters specified by the administrator that are required for provisioning the product.

provisioningPreferencesOptional
IResolvable | ProvisioningPreferencesProperty

StackSet preferences that are required for provisioning the product or updating a provisioned product.

tagsOptional
CfnTag[]

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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter