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.
servicecatalog_create_provisioned_product_plan(AcceptLanguage, PlanName,
PlanType, NotificationArns, PathId, ProductId, ProvisionedProductName,
ProvisioningArtifactId, ProvisioningParameters, IdempotencyToken, Tags)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The name of the plan.
[required] The plan type.
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
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] The product identifier.
[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.
[required] The identifier of the provisioning artifact.
Parameters specified by the administrator that are required for provisioning the product.
[required] 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.
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.
svc$create_provisioned_product_plan( AcceptLanguage = "string", PlanName = "string", PlanType = "CLOUDFORMATION", NotificationArns = list( "string" ), PathId = "string", ProductId = "string", ProvisionedProductName = "string", ProvisioningArtifactId = "string", ProvisioningParameters = list( list( Key = "string", Value = "string", UsePreviousValue = TRUE|FALSE ) ), IdempotencyToken = "string", Tags = list( list( Key = "string", Value = "string" ) ) )
You can create one plan per provisioned product. To create a plan for an existing provisioned product, the product status must be AVAILBLE or TAINTED.
To view the resource changes in the change set, use DescribeProvisionedProductPlan. To create or modify the provisioned product, use ExecuteProvisionedProductPlan.