View source: R/servicecatalog_operations.R
servicecatalog_import_as_provisioned_product | R Documentation |
Requests the import of a resource as an Service Catalog provisioned product that is associated to an Service Catalog product and provisioning artifact. Once imported, all supported governance actions are supported on the provisioned product.
See https://www.paws-r-sdk.com/docs/servicecatalog_import_as_provisioned_product/ for full documentation.
servicecatalog_import_as_provisioned_product(
AcceptLanguage = NULL,
ProductId,
ProvisioningArtifactId,
ProvisionedProductName,
PhysicalId,
IdempotencyToken
)
AcceptLanguage |
The language code.
|
ProductId |
[required] The product identifier. |
ProvisioningArtifactId |
[required] The identifier of the provisioning artifact. |
ProvisionedProductName |
[required] The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned. |
PhysicalId |
[required] The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.