Interface CfnOnlineEvaluationConfig.CloudWatchOutputConfigProperty

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

@Stability(Stable) public static interface CfnOnlineEvaluationConfig.CloudWatchOutputConfigProperty extends software.amazon.jsii.JsiiSerializable
The CloudWatch configuration for writing evaluation results.

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.bedrockagentcore.*;
 CloudWatchOutputConfigProperty cloudWatchOutputConfigProperty = CloudWatchOutputConfigProperty.builder()
         .logGroupName("logGroupName")
         .build();
 

See Also: