AppSync GraphQL API

AppSync GraphQL API is a managed service in AWS that allows you to build scalable GraphQL APIs by securely connecting to data sources like DynamoDB, Lambda, or HTTP endpoints. It handles real-time data synchronization, offline access, and subscriptions, making it easier to develop responsive applications without managing backend infrastructure.

aws.appsync_api

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
api_arncorestringThe Amazon Resource Name (ARN) for the Api.
api_idcorestringThe Api ID.
createdcoretimestampThe date and time that the Api was created.
dnscorehstoreThe DNS records for the API. This will include an HTTP and a real-time endpoint.
event_configcorejsonThe Event API configuration. This includes the default authorization configuration for connecting, publishing, and subscribing to an Event API.
namecorestringThe name of the Api.
owner_contactcorestringThe owner contact information for the Api
tagscorehstore
waf_web_acl_arncorestringThe Amazon Resource Name (ARN) of the WAF web access control list (web ACL) associated with this Api, if one exists.
xray_enabledcoreboolA flag indicating whether to use X-Ray tracing for this Api.