domains_list_only
Lists domains
in a region or regions, for all properties use domains
Overview
Name | domains_list_only |
Type | Resource |
Description | The resource schema to create a CodeArtifact domain. |
Id | aws.codeartifact.domains_list_only |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
arn | string | The ARN of the domain. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all domains
in a region.
SELECT
region,
arn
FROM aws.codeartifact.domains_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the domains_list_only
resource, see domains