class Aws::ServiceCatalog::Types::CreateProvisioningArtifactInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      product_id: "Id", # required
      parameters: { # required
        name: "ProvisioningArtifactName",
        description: "ProvisioningArtifactDescription",
        info: { # required
          "ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue",
        },
        type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR
        disable_template_validation: false,
      },
      idempotency_token: "IdempotencyToken", # required
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] product_id

The product identifier.
@return [String]

@!attribute [rw] parameters

The configuration for the provisioning artifact.
@return [Types::ProvisioningArtifactProperties]

@!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]

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

Constants

SENSITIVE