Interface CfnOnlineEvaluationConfigPropsMixin.SessionConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOnlineEvaluationConfigPropsMixin.SessionConfigProperty.Jsii$Proxy
- Enclosing class:
CfnOnlineEvaluationConfigPropsMixin
@Stability(Stable)
public static interface CfnOnlineEvaluationConfigPropsMixin.SessionConfigProperty
extends software.amazon.jsii.JsiiSerializable
The configuration that defines how agent sessions are detected.
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.*;
SessionConfigProperty sessionConfigProperty = SessionConfigProperty.builder()
.sessionTimeoutMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOnlineEvaluationConfigPropsMixin.SessionConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSessionTimeoutMinutes
The number of minutes of inactivity after which an agent session is considered complete.- See Also:
-
builder
@Stability(Stable) static CfnOnlineEvaluationConfigPropsMixin.SessionConfigProperty.Builder builder()
-