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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApi.EventLogConfigProperty
static final class
An implementation forCfnApi.EventLogConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The IAM service role that AWS AppSync assumes to publish CloudWatch Logs in your account.The type of information to log for the Event API.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
-