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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApiPropsMixin.EventLogConfigPropertystatic final classAn implementation forCfnApiPropsMixin.EventLogConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudWatchLogsRoleArn
The IAM service role that AWS AppSync assumes to publish CloudWatch Logs in your account.- See Also:
-
getLogLevel
The type of information to log for the Event API.- See Also:
-
builder
-