Skip to main content

domain_tags

Expands all tag keys and values for domains in a region

Overview

Namedomain_tags
TypeResource
DescriptionThe resource schema to create a CodeArtifact domain.
Idaws.codeartifact.domain_tags

Fields

NameDatatypeDescription
domain_namestringThe name of the domain.
namestringThe name of the domain. This field is used for GetAtt
ownerstringThe 12-digit account ID of the AWS account that owns the domain. This field is used for GetAtt
encryption_keystringThe ARN of an AWS Key Management Service (AWS KMS) key associated with a domain.
permissions_policy_documentobjectThe access control resource policy on the provided domain.
arnstringThe ARN of the domain.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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