View source: R/servicecatalog_operations.R
servicecatalog_copy_product | R Documentation |
Copies the specified source product to the specified target product or a new product.
See https://www.paws-r-sdk.com/docs/servicecatalog_copy_product/ for full documentation.
servicecatalog_copy_product(
AcceptLanguage = NULL,
SourceProductArn,
TargetProductId = NULL,
TargetProductName = NULL,
SourceProvisioningArtifactIdentifiers = NULL,
CopyOptions = NULL,
IdempotencyToken
)
AcceptLanguage |
The language code.
|
SourceProductArn |
[required] The Amazon Resource Name (ARN) of the source product. |
TargetProductId |
The identifier of the target product. By default, a new product is created. |
TargetProductName |
A name for the target product. The default is the name of the source product. |
SourceProvisioningArtifactIdentifiers |
The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By default, all provisioning artifacts are copied. |
CopyOptions |
The copy options. If the value is |
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.