v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1490485351.4 KB

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 for each 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.

post/#X-Amz-Target=AWS242ServiceCatalogService.CreateProvisionedProductPlan

Headers

X-Amz-Target'AWS242ServiceCatalogService.CreateProvisionedProductPlan' required

Request body

AcceptLanguagestring
<p>The language code.</p> <ul> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>
PlanNamestring required

The name of the plan.

PlanType'CLOUDFORMATION' required

The plan type.

NotificationArnsNotificationArn[]

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

PathIdstring

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 <a>ListLaunchPaths</a>.

ProductIdstring required

The product identifier.

ProvisionedProductNamestring required

A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.

ProvisioningArtifactIdstring required

The identifier of the provisioning artifact.

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

Response

Success

PlanNamestring

The name of the plan.

PlanIdstring

The plan identifier.

ProvisionProductIdstring

The product identifier.

ProvisionedProductNamestring

The user-friendly name of the provisioned product.

ProvisioningArtifactIdstring

The identifier of the provisioning artifact.