aws servicecatalog provision-product
Provisions the specified product. 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"
Options
Name | Description |
---|---|
--accept-language <string> | The language code. en - English (default) jp - Japanese zh - Chinese |
--product-id <string> | The product identifier. You must provide the name or ID, but not both |
--product-name <string> | The name of the product. You must provide the name or ID, but not both |
--provisioning-artifact-id <string> | The identifier of the provisioning artifact. You must provide the name or ID, but not both |
--provisioning-artifact-name <string> | The name of the provisioning artifact. You must provide the name or ID, but not both |
--path-id <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. You must provide the name or ID, but not both |
--path-name <string> | The name of the path. You must provide the name or ID, but not both |
--provisioned-product-name <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 |
--provisioning-parameters <list> | Parameters specified by the administrator that are required for provisioning the product |
--provisioning-preferences <structure> | An object that contains information about the provisioning preferences for a stack set |
--tags <list> | One or more tags |
--notification-arns <list> | Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events |
--provision-token <string> | An idempotency token that uniquely identifies the provisioning request |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |