aws.servicecatalog.list_accepted_portfolio_shares
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_accepted_portfolio_shares;Description
Lists all imported portfolios for which account-to-account shares were accepted by this account. By specifying the PortfolioShareType, you can list portfolios for which organizational shares were accepted by this account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| accept_language Input Column The language code.
| VARCHAR |
| portfolio_share_type Input Column The type of shared portfolios to list. The default is to list imported portfolios.
| 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 |
| arn The ARN assigned to the portfolio. | VARCHAR |
| created_time The UTC time stamp of the creation time. | TIMESTAMP_S |
| description The description of the portfolio. | VARCHAR |
| display_name The name to use for display purposes. | VARCHAR |
| id The portfolio identifier. | VARCHAR |
| provider_name The name of the portfolio provider. | VARCHAR |