domains_list_only
Lists domains
in a region or regions, for all properties use domains
Overview
Name | domains_list_only |
Type | Resource |
Description | The AWS::Amplify::Domain resource allows you to connect a custom domain to your app. |
Id | aws.amplify.domains_list_only |
Fields
Name | Datatype | Description |
---|---|---|
app_id | string | |
arn | string | |
auto_sub_domain_creation_patterns | array | |
auto_sub_domain_iam_role | string | |
certificate_record | string | |
certificate | object | |
certificate_settings | object | |
domain_name | string | |
domain_status | string | |
update_status | string | |
enable_auto_sub_domain | boolean | |
status_reason | string | |
sub_domain_settings | array | |
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.amplify.domains_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the domains_list_only
resource, see domains