AWS::AppSync::Api EventConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppSync::Api EventConfig

Describes the authorization configuration for connections, message publishing, message subscriptions, and logging for an Event API.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

AuthProviders

A list of authorization providers.

Required: Yes

Type: Array of AuthProvider

Update requires: No interruption

ConnectionAuthModes

A list of valid authorization modes for the Event API connections.

Required: Yes

Type: Array of AuthMode

Update requires: No interruption

DefaultPublishAuthModes

A list of valid authorization modes for the Event API publishing.

Required: Yes

Type: Array of AuthMode

Update requires: No interruption

DefaultSubscribeAuthModes

A list of valid authorization modes for the Event API subscriptions.

Required: Yes

Type: Array of AuthMode

Update requires: No interruption

LogConfig

The CloudWatch Logs configuration for the Event API.

Required: No

Type: EventLogConfig

Update requires: No interruption