aws.codeartifact.get_repository_permissions_policy
Example SQL Queries
SELECT * FROMaws.codeartifact.get_repository_permissions_policyWHERE"domain" = 'VALUE'AND "repository" = 'VALUE';Description
Returns the resource policy that is set on a repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain Required Input Column The name of the domain containing the repository whose associated resource policy is to be retrieved. | VARCHAR |
| repository Required Input Column The name of the repository whose associated resource policy is to be retrieved. | 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 |
| policy The returned resource policy. | STRUCT( |
Show child fields
| |