Copies the specified source product to the specified target product or a new product.
servicecatalog_copy_product(AcceptLanguage, SourceProductArn,
TargetProductId, TargetProductName,
SourceProvisioningArtifactIdentifiers, CopyOptions, IdempotencyToken)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The Amazon Resource Name (ARN) of the source product.
The identifier of the target product. By default, a new product is created.
A name for the target product. The default is the name of the source product.
The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By default, all provisioning artifacts are copied.
The copy options. If the value is CopyTags
, the tags from the source
product are copied to the target product.
[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.
svc$copy_product( AcceptLanguage = "string", SourceProductArn = "string", TargetProductId = "string", TargetProductName = "string", SourceProvisioningArtifactIdentifiers = list( list( "string" ) ), CopyOptions = list( "CopyTags" ), IdempotencyToken = "string" )
You can copy a product to the same account or another account. You can copy a product to the same region or another region.
This operation is performed asynchronously. To track the progress of the operation, use DescribeCopyProductStatus.