aws.codeartifact.list_associated_packages
Example SQL Queries
SELECT * FROMaws.codeartifact.list_associated_packagesWHERE"domain" = 'VALUE'AND "package_group" = 'VALUE';Description
Returns a list of packages associated with the requested package group. For information package group association and matching, see Package group definition syntax and matching behavior 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 associated packages. | VARCHAR |
| package_group Required Input Column The pattern of the package group from which to list associated packages. | 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 |
| preview Input Column When this flag is included, ListAssociatedPackages will return a list of packages that would be associated with a package group, even if it does not exist. | BOOLEAN |
| _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 |
| association_type Describes the strength of the association between the package and package group. A strong match can be thought of as an exact match, and a weak match can be thought of as a variation match, for example, the package name matches a variation of the package group pattern. For more information about package group pattern matching, including strong and weak matches, see Package group definition syntax and matching behavior in the CodeArtifact User Guide. | VARCHAR |
| format A format that specifies the type of the associated package. | VARCHAR |
| namespace The namespace of the associated package. The package component that specifies its namespace depends on its type. For example:
| VARCHAR |
| package The name of the associated package. | VARCHAR |