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
The log config for the AppSync 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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApi.EventLogConfigPropertystatic final classAn implementation forCfnApi.EventLogConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudWatchLogsRoleArn
- See Also:
-
getLogLevel
Logging level for the AppSync API.- See Also:
-
builder
-