EventConfig
Describes the authorization configuration for connections, message publishing, message subscriptions, and logging for an Event API.
Contents
- authProviders
-
A list of authorization providers.
Type: Array of AuthProvider objects
Required: Yes
- connectionAuthModes
-
A list of valid authorization modes for the Event API connections.
Type: Array of AuthMode objects
Required: Yes
- defaultPublishAuthModes
-
A list of valid authorization modes for the Event API publishing.
Type: Array of AuthMode objects
Required: Yes
- defaultSubscribeAuthModes
-
A list of valid authorization modes for the Event API subscriptions.
Type: Array of AuthMode objects
Required: Yes
- logConfig
-
The CloudWatch Logs configuration for the Event API.
Type: EventLogConfig object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: