class Aws::ServiceCatalog::Types::CreateProvisionedProductPlanInput

@note When making an API call, you may pass CreateProvisionedProductPlanInput

data as a hash:

    {
      accept_language: "AcceptLanguage",
      plan_name: "ProvisionedProductPlanName", # required
      plan_type: "CLOUDFORMATION", # required, accepts CLOUDFORMATION
      notification_arns: ["NotificationArn"],
      path_id: "Id",
      product_id: "Id", # required
      provisioned_product_name: "ProvisionedProductName", # required
      provisioning_artifact_id: "Id", # required
      provisioning_parameters: [
        {
          key: "ParameterKey",
          value: "ParameterValue",
          use_previous_value: false,
        },
      ],
      idempotency_token: "IdempotencyToken", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] plan_name

The name of the plan.
@return [String]

@!attribute [rw] plan_type

The plan type.
@return [String]

@!attribute [rw] notification_arns

Passed to CloudFormation. The SNS topic ARNs to which to publish
stack-related events.
@return [Array<String>]

@!attribute [rw] path_id

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.
@return [String]

@!attribute [rw] product_id

The product identifier.
@return [String]

@!attribute [rw] provisioned_product_name

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.
@return [String]

@!attribute [rw] provisioning_artifact_id

The identifier of the provisioning artifact.
@return [String]

@!attribute [rw] provisioning_parameters

Parameters specified by the administrator that are required for
provisioning the product.
@return [Array<Types::UpdateProvisioningParameter>]

@!attribute [rw] idempotency_token

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.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] 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.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateProvisionedProductPlanInput AWS API Documentation

Constants

SENSITIVE