aws servicecatalog create-provisioned-product-plan

Creates a plan. A plan includes the list of resources to be created (when provisioning a new product) or modified (when updating a provisioned product) when the plan is executed. You can create one plan per provisioned product. To create a plan for an existing provisioned product, the product status must be AVAILABLE or TAINTED. To view the resource changes in the change set, use DescribeProvisionedProductPlan. To create or modify the provisioned product, use ExecuteProvisionedProductPlan

Options

NameDescription
--accept-language <string>The language code. en - English (default) jp - Japanese zh - Chinese
--plan-name <string>The name of the plan
--plan-type <string>The plan type
--notification-arns <list>Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events
--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
--product-id <string>The product identifier
--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-artifact-id <string>The identifier of the provisioning artifact
--provisioning-parameters <list>Parameters specified by the administrator that are required for provisioning the product
--idempotency-token <string>A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request
--tags <list>One or more tags. If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates
--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