class Aws::ServiceCatalog::Types::ImportAsProvisionedProductInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      product_id: "Id", # required
      provisioning_artifact_id: "Id", # required
      provisioned_product_name: "ProvisionedProductName", # required
      physical_id: "PhysicalId", # required
      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] provisioning_artifact_id

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

@!attribute [rw] provisioned_product_name

The user-friendly name of the provisioned product. The value must be
unique for the AWS account. The name cannot be updated after the
product is provisioned.
@return [String]

@!attribute [rw] physical_id

The unique identifier of the resource to be imported. It only
currently supports CloudFormation stack IDs.
@return [String]

@!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/ImportAsProvisionedProductInput AWS API Documentation

Constants

SENSITIVE