Provisions the specified product.
servicecatalog_provision_product(AcceptLanguage, ProductId,
ProvisioningArtifactId, PathId, ProvisionedProductName,
ProvisioningParameters, ProvisioningPreferences, Tags, NotificationArns,
ProvisionToken)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The product identifier.
[required] The identifier of the provisioning artifact.
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.
[required] 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.
Parameters specified by the administrator that are required for provisioning the product.
An object that contains information about the provisioning preferences for a stack set.
One or more tags.
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
[required] An idempotency token that uniquely identifies the provisioning request.
svc$provision_product( AcceptLanguage = "string", ProductId = "string", ProvisioningArtifactId = "string", PathId = "string", ProvisionedProductName = "string", ProvisioningParameters = list( list( Key = "string", Value = "string" ) ), ProvisioningPreferences = list( StackSetAccounts = list( "string" ), StackSetRegions = list( "string" ), StackSetFailureToleranceCount = 123, StackSetFailureTolerancePercentage = 123, StackSetMaxConcurrencyCount = 123, StackSetMaxConcurrencyPercentage = 123 ), Tags = list( list( Key = "string", Value = "string" ) ), NotificationArns = list( "string" ), ProvisionToken = "string" )
A provisioned product is a resourced instance of a product. For example, provisioning a product based on a CloudFormation template launches a CloudFormation stack and its underlying resources. You can check the status of this request using DescribeRecord.
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\".