AWS::AppSync::Api EventConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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