domains
Retrieves a list of domains
in a region
Overview
Name | domains |
Type | Resource |
Description | domains |
Id | awscc.amplify.domains |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.amplify.domains
WHERE region = 'us-east-1'
Permissions
To operate on the domains
resource, the following permissions are required:
Create
amplify:CreateDomainAssociation,
route53:ListHostedZones,
route53:ChangeResourceRecordSets,
iam:PassRole,
amplify:TagResource
List
amplify:ListDomainAssociations,
iam:PassRole,
amplify:ListTagsForResource