Interface IOnlineEvaluationConfig
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IGrantable,IOnlineEvaluationConfigRef,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IOnlineEvaluationConfig.Jsii$Default
- All Known Implementing Classes:
IOnlineEvaluationConfig.Jsii$Proxy,OnlineEvaluationBase,OnlineEvaluationConfig
@Generated(value="jsii-pacmak/1.130.0 (build 048a5ee)",
date="2026-05-19T19:44:37.124Z")
@Stability(Stable)
public interface IOnlineEvaluationConfig
extends software.amazon.jsii.JsiiSerializable, IResource, IGrantable, IOnlineEvaluationConfigRef
Interface for OnlineEvaluationConfig resources.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIOnlineEvaluationConfig.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe timestamp when the configuration was created.default IRoleThe IAM execution role for the evaluation.default StringThe execution status of the evaluation (ENABLED or DISABLED).The ARN of the online evaluation configuration.The unique identifier of the online evaluation configuration.The name of the online evaluation configuration.default StringThe lifecycle status of the configuration (CREATING, ACTIVE, FAILED, DELETING).default StringThe timestamp when the configuration was last updated.grant(IGrantable grantee, String... actions) Grant the given principal identity permissions to perform actions on this configuration.Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.services.iam.IGrantable
getGrantPrincipalMethods inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IOnlineEvaluationConfigRef
getOnlineEvaluationConfigRefMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOnlineEvaluationConfigArn
The ARN of the online evaluation configuration. -
getOnlineEvaluationConfigId
The unique identifier of the online evaluation configuration. -
getOnlineEvaluationConfigName
The name of the online evaluation configuration. -
getCreatedAt
The timestamp when the configuration was created. -
getExecutionRole
The IAM execution role for the evaluation. -
getExecutionStatus
The execution status of the evaluation (ENABLED or DISABLED). -
getStatus
The lifecycle status of the configuration (CREATING, ACTIVE, FAILED, DELETING). -
getUpdatedAt
The timestamp when the configuration was last updated. -
grant
Grant the given principal identity permissions to perform actions on this configuration.- Parameters:
grantee- This parameter is required.actions- This parameter is required.
-