aws.codeartifact.get_domain_permissions_policy
Example SQL Queries
SELECT * FROMaws.codeartifact.get_domain_permissions_policyWHERE"domain" = 'VALUE';Description
Returns the resource policy attached to the specified domain.
The policy is a resource-based policy, not an identity-based policy. For more information, see Identity-based policies and resource-based policies in the IAM User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain Required Input Column The name of the domain to which the resource policy is attached. | 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
| |