Interface CfnOnlineEvaluationConfig.InsightProperty

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

@Stability(Stable) public static interface CfnOnlineEvaluationConfig.InsightProperty extends software.amazon.jsii.JsiiSerializable
An insight configuration for failure analysis.

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.*;
 InsightProperty insightProperty = InsightProperty.builder()
         .insightId("insightId")
         .build();
 

See Also: