aws.codeartifact.list_allowed_repositories_for_group
Example SQL Queries
SELECT * FROMaws.codeartifact.list_allowed_repositories_for_groupWHERE"domain" = 'VALUE'AND "package_group" = 'VALUE'AND "origin_restriction_type" = 'VALUE';Description
Lists the repositories in the added repositories list of the specified restriction type for a package group. For more information about restriction types and added repository lists, see Package group origin controls in the CodeArtifact User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain Required Input Column The name of the domain that contains the package group from which to list allowed repositories. | VARCHAR |
| origin_restriction_type Required Input Column The origin configuration restriction type of which to list allowed repositories. | VARCHAR |
| package_group Required Input Column The pattern of the package group from which to list allowed repositories. | VARCHAR |
| domain_owner Input Column The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. | 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 |
| allowed_repositories | VARCHAR |