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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOnlineEvaluationConfig.InsightPropertystatic final classAn implementation forCfnOnlineEvaluationConfig.InsightProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInsightId
The unique identifier of the insight.- See Also:
-
builder
-