aws.codeartifact.describe_package_group
Example SQL Queries
SELECT * FROMaws.codeartifact.describe_package_groupWHERE"domain" = 'VALUE'AND "package_group" = 'VALUE';Description
Returns a PackageGroupDescription object that contains information about the requested package group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain Required Input Column The name of the domain that contains the package group. | 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 |
| _input_package_group Input Column | VARCHAR |
| package_group A PackageGroupDescription object that contains information about the requested package group. | STRUCT( |
Show child fields
| |