aws.servicecatalog.list_principals_for_portfolio
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_principals_for_portfolioWHERE"portfolio_id" = 'VALUE';Description
Lists all PrincipalARNs and corresponding PrincipalTypes associated with the specified portfolio.
Table Definition
| Column Name | Column Data Type |
|---|---|
| portfolio_id Required Input Column The portfolio identifier. | 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 |
| principal_arn The ARN of the principal (user, role, or group). This field allows for an ARN with no accountID, with or without wildcard characters if the PrincipalType is an IAM_PATTERN. For more information, review associate-principal-with-portfolio in the Amazon Web Services CLI Command Reference. | VARCHAR |
| principal_type The principal type. The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use an ARN with no accountID, with or without wildcard characters. | VARCHAR |