domain_tags
Expands all tag keys and values for domains
in a region
Overview
Name | domain_tags |
Type | Resource |
Description | The resource schema to create a CodeArtifact domain. |
Id | aws.codeartifact.domain_tags |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The name of the domain. |
name | string | The name of the domain. This field is used for GetAtt |
owner | string | The 12-digit account ID of the AWS account that owns the domain. This field is used for GetAtt |
encryption_key | string | The ARN of an AWS Key Management Service (AWS KMS) key associated with a domain. |
permissions_policy_document | object | The access control resource policy on the provided domain. |
arn | string | The ARN of the domain. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all domains
in a region.
SELECT
region,
domain_name,
name,
owner,
encryption_key,
permissions_policy_document,
arn,
tag_key,
tag_value
FROM aws.codeartifact.domain_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the domain_tags
resource, see domains