Skip to content

/AWS1/CL_SCG=>CREATEPROVISIONEDPRODUCTPLAN()

About CreateProvisionedProductPlan

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.

Method Signature

IMPORTING

Required arguments:

IV_PLANNAME TYPE /AWS1/SCGPROVPRODUCTPLANNAME /AWS1/SCGPROVPRODUCTPLANNAME

The name of the plan.

IV_PLANTYPE TYPE /AWS1/SCGPROVPRODUCTPLANTYPE /AWS1/SCGPROVPRODUCTPLANTYPE

The plan type.

IV_PRODUCTID TYPE /AWS1/SCGID /AWS1/SCGID

The product identifier.

IV_PROVISIONEDPRODUCTNAME TYPE /AWS1/SCGPROVPRODUCTNAME /AWS1/SCGPROVPRODUCTNAME

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.

IV_PROVISIONINGARTIFACTID TYPE /AWS1/SCGID /AWS1/SCGID

The identifier of the provisioning artifact.

IV_IDEMPOTENCYTOKEN TYPE /AWS1/SCGIDEMPOTENCYTOKEN /AWS1/SCGIDEMPOTENCYTOKEN

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.

Optional arguments:

IV_ACCEPTLANGUAGE TYPE /AWS1/SCGACCEPTLANGUAGE /AWS1/SCGACCEPTLANGUAGE

The language code.

  • jp - Japanese

  • zh - Chinese

IT_NOTIFICATIONARNS TYPE /AWS1/CL_SCGNOTIFICATIONARNS_W=>TT_NOTIFICATIONARNS TT_NOTIFICATIONARNS

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

IV_PATHID TYPE /AWS1/SCGID /AWS1/SCGID

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.

IT_PROVISIONINGPARAMETERS TYPE /AWS1/CL_SCGUPDATEPROVPARAM=>TT_UPDATEPROVPARAMETERS TT_UPDATEPROVPARAMETERS

Parameters specified by the administrator that are required for provisioning the product.

IT_TAGS TYPE /AWS1/CL_SCGTAG=>TT_TAGS TT_TAGS

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SCGCREPROVPRODUCTPL01 /AWS1/CL_SCGCREPROVPRODUCTPL01