domains
Retrieves a list of domains
in a region
Overview
Name | domains |
Type | Resource |
Description | domains |
Id | awscc.datazone.domains |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The id of the Amazon DataZone domain. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.datazone.domains
WHERE region = 'us-east-1'
Permissions
To operate on the domains
resource, the following permissions are required:
Create
datazone:CreateDomain,
datazone:UpdateDomain,
datazone:GetDomain,
datazone:TagResource,
sso:CreateManagedApplicationInstance,
sso:DeleteManagedApplicationInstance,
sso:PutApplicationAssignmentConfiguration
List
datazone:ListDomains