Interface CfnApi.EventLogConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApi.EventLogConfigProperty.Jsii$Proxy
Enclosing class:
CfnApi

@Stability(Stable) public static interface CfnApi.EventLogConfigProperty extends software.amazon.jsii.JsiiSerializable
Describes the CloudWatch Logs configuration for the Event API.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appsync.*;
 EventLogConfigProperty eventLogConfigProperty = EventLogConfigProperty.builder()
         .cloudWatchLogsRoleArn("cloudWatchLogsRoleArn")
         .logLevel("logLevel")
         .build();
 

See Also: