Interface IEvaluator
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IEvaluatorRef,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEvaluator.Jsii$Default
- All Known Implementing Classes:
Evaluator,EvaluatorBase,IEvaluator.Jsii$Proxy
@Generated(value="jsii-pacmak/1.130.0 (build 048a5ee)",
date="2026-05-19T19:44:37.118Z")
@Stability(Stable)
public interface IEvaluator
extends software.amazon.jsii.JsiiSerializable, IResource, IEvaluatorRef
Interface for Evaluator resources.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEvaluator.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe timestamp when the evaluator was created.The ARN of the evaluator.The unique identifier of the evaluator.The name of the evaluator.default StringThe lifecycle status of the evaluator (CREATING, ACTIVE, FAILED, DELETING).default StringThe timestamp when the evaluator was last updated.grant(IGrantable grantee, String... actions) Grant the given principal identity permissions to perform actions on this evaluator.Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IEvaluatorRef
getEvaluatorRefMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEvaluatorArn
The ARN of the evaluator. -
getEvaluatorId
The unique identifier of the evaluator. -
getEvaluatorName
The name of the evaluator. -
getCreatedAt
The timestamp when the evaluator was created. -
getStatus
The lifecycle status of the evaluator (CREATING, ACTIVE, FAILED, DELETING). -
getUpdatedAt
The timestamp when the evaluator was last updated. -
grant
Grant the given principal identity permissions to perform actions on this evaluator.- Parameters:
grantee- This parameter is required.actions- This parameter is required.
-