Skip to main content

domain_name

Gets an individual domain_name resource

Overview

Namedomain_name
TypeResource
Descriptiondomain_name
Idawscc.appsync.domain_name

Fields

NameDatatypeDescription
domain_namestring
descriptionstring
certificate_arnstring
app_sync_domain_namestring
hosted_zone_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
domain_name,
description,
certificate_arn,
app_sync_domain_name,
hosted_zone_id
FROM awscc.appsync.domain_name
WHERE data__Identifier = '<DomainName>';

Permissions

To operate on the domain_name resource, the following permissions are required:

Delete

appsync:GetDomainName,
appsync:DeleteDomainName

Update

appsync:UpdateDomainName

Read

appsync:GetDomainName