servicecatalog_import_as_provisioned_product: Requests the import of a resource as an Service Catalog...

View source: R/servicecatalog_operations.R

servicecatalog_import_as_provisioned_productR Documentation

Requests the import of a resource as an Service Catalog provisioned product that is associated to an Service Catalog product and provisioning artifact

Description

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.

Usage

servicecatalog_import_as_provisioned_product(
  AcceptLanguage = NULL,
  ProductId,
  ProvisioningArtifactId,
  ProvisionedProductName,
  PhysicalId,
  IdempotencyToken
)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.