Interface CfnOnlineEvaluationConfigPropsMixin.InsightProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOnlineEvaluationConfigPropsMixin.InsightProperty.Jsii$Proxy
- Enclosing class:
CfnOnlineEvaluationConfigPropsMixin
@Stability(Stable)
public static interface CfnOnlineEvaluationConfigPropsMixin.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.cfnpropertymixins.services.bedrockagentcore.*;
InsightProperty insightProperty = InsightProperty.builder()
.insightId("insightId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOnlineEvaluationConfigPropsMixin.InsightPropertystatic final classAn implementation forCfnOnlineEvaluationConfigPropsMixin.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
-