aws.servicecatalog.describe_copy_product_status
Example SQL Queries
SELECT * FROMaws.servicecatalog.describe_copy_product_statusWHERE"copy_product_token" = 'VALUE';Description
Gets the status of the specified copy product operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| copy_product_token Required Input Column The token for the copy product operation. This token is returned by CopyProduct. | VARCHAR |
| accept_language Input Column The language code.
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| copy_product_status The status of the copy product operation. | VARCHAR |
| status_detail The status message. | VARCHAR |
| target_product_id The identifier of the copied product. | VARCHAR |