aws.codeartifact.get_package_version_readme
Example SQL Queries
SELECT * FROMaws.codeartifact.get_package_version_readmeWHERE"domain" = 'VALUE'AND "repository" = 'VALUE'AND "format" = 'VALUE'AND "package" = 'VALUE'AND "package_version" = 'VALUE';Description
Gets the readme file or descriptive text for a package version.
The returned text might contain formatting. For example, it might contain formatting for Markdown or reStructuredText.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain Required Input Column The name of the domain that contains the repository that contains the package version with the requested readme file. | VARCHAR |
| format Required Input Column The format of the package with the requested readme file. | VARCHAR |
| package Required Input Column The name of the package that contains the returned readme file. | VARCHAR |
| package_version Required Input Column A string that contains the package version (for example, 3.5.2). | VARCHAR |
| repository Required Input Column The repository that contains the package with the requested readme file. | 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 |
| namespace Input Column The namespace of the package version with the requested readme file. The package component that specifies its namespace depends on its type. For example:
| 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 |
| readme The text of the returned readme file. | VARCHAR |
| version The version of the package with the requested readme file. | VARCHAR |
| version_revision The current revision associated with the package version. | VARCHAR |