Interface CfnApiPropsMixin.EventLogConfigProperty

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

@Stability(Stable) public static interface CfnApiPropsMixin.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.cfnpropertymixins.services.appsync.*;
 EventLogConfigProperty eventLogConfigProperty = EventLogConfigProperty.builder()
         .cloudWatchLogsRoleArn("cloudWatchLogsRoleArn")
         .logLevel("logLevel")
         .build();
 

See Also: