ApiEventLogConfigArgs

data class ApiEventLogConfigArgs(val cloudWatchLogsRoleArn: Output<String>, val logLevel: Output<ApiEventLogLevel>) : ConvertibleToJava<ApiEventLogConfigArgs>

The log config for the AppSync API.

Constructors

Link copied to clipboard
constructor(cloudWatchLogsRoleArn: Output<String>, logLevel: Output<ApiEventLogLevel>)

Properties

Link copied to clipboard

The IAM service role that AWS AppSync assumes to publish CloudWatch Logs in your account.

Link copied to clipboard

The type of information to log for the Event API.

Functions

Link copied to clipboard
open override fun toJava(): ApiEventLogConfigArgs