aws.servicecatalog.describe_portfolio_share_status
Example SQL Queries
SELECT * FROMaws.servicecatalog.describe_portfolio_share_statusWHERE"portfolio_share_token" = 'VALUE';Description
Gets the status of the specified portfolio share operation. This API can only be called by the management account in the organization or by a delegated admin.
Table Definition
| Column Name | Column Data Type |
|---|---|
| portfolio_share_token Required Input Column The token for the portfolio share operation. For example, share-6v24abcdefghi. | 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 |
| organization_node_value Organization node identifier. It can be either account id, organizational unit id or organization id. | VARCHAR |
| portfolio_id The portfolio identifier. | VARCHAR |
| share_details Information about the portfolio share operation. | STRUCT( |
Show child fields
| |
| status Status of the portfolio share operation. | VARCHAR |