source_api_associations_list_only
Lists source_api_associations in a region or regions, for all properties use source_api_associations
Overview
| Name | source_api_associations_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::AppSync::SourceApiAssociation |
| Id | aws.appsync.source_api_associations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
association_arn | string | ARN of the SourceApiAssociation. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all source_api_associations in a region.
SELECT
region,
association_arn
FROM aws.appsync.source_api_associations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the source_api_associations_list_only resource, see source_api_associations