aws.servicecatalog.list_organization_portfolio_access
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_organization_portfolio_accessWHERE"portfolio_id" = 'VALUE'AND "organization_node_type" = 'VALUE';Description
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin.
If a delegated admin is de-registered, they can no longer perform this operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_node_type Required Input Column The organization node type that will be returned in the output.
| VARCHAR |
| portfolio_id Required Input Column The portfolio identifier. For example, port-2abcdext3y5fk. | 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 |
| type The organization node type. | VARCHAR |
| value The identifier of the organization node. | VARCHAR |