servicecatalog_create_provisioned_product_plan {paws.management} | R Documentation |
Creates a plan
Description
Creates a plan.
See https://www.paws-r-sdk.com/docs/servicecatalog_create_provisioned_product_plan/ for full documentation.
Usage
servicecatalog_create_provisioned_product_plan(
AcceptLanguage = NULL,
PlanName,
PlanType,
NotificationArns = NULL,
PathId = NULL,
ProductId,
ProvisionedProductName,
ProvisioningArtifactId,
ProvisioningParameters = NULL,
IdempotencyToken,
Tags = NULL
)
Arguments
AcceptLanguage |
The language code.
|
PlanName |
[required] The name of the plan. |
PlanType |
[required] The plan type. |
NotificationArns |
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events. |
PathId |
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
|
ProductId |
[required] The product identifier. |
ProvisionedProductName |
[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. |
ProvisioningArtifactId |
[required] The identifier of the provisioning artifact. |
ProvisioningParameters |
Parameters specified by the administrator that are required for provisioning the product. |
IdempotencyToken |
[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. |
Tags |
One or more tags. If the plan is for an existing provisioned product, the product must
have a |