domain_name_api_association
Gets an individual domain_name_api_association
resource
Overview
Name | domain_name_api_association |
Type | Resource |
Description | domain_name_api_association |
Id | awscc.appsync.domain_name_api_association |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | |
api_id | string | |
api_association_identifier | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain_name,
api_id,
api_association_identifier
FROM awscc.appsync.domain_name_api_association
WHERE data__Identifier = '<ApiAssociationIdentifier>';
Permissions
To operate on the domain_name_api_association
resource, the following permissions are required:
Delete
appsync:DisassociateApi,
appsync:GetApiAssociation
Update
appsync:AssociateApi,
appsync:GetApiAssociation
Read
appsync:GetApiAssociation