Interface IEvaluator.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IEvaluator,IEvaluatorRef,IEvaluatorRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IEvaluator.Jsii$Proxy
- Enclosing interface:
IEvaluator
@Internal
public static interface IEvaluator.Jsii$Default
extends IEvaluator, IResource.Jsii$Default, IEvaluatorRef.Jsii$Default
Internal default implementation for
IEvaluator.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.IEvaluator
IEvaluator.Jsii$Default, IEvaluator.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IEvaluatorRef
IEvaluatorRef.Jsii$Default, IEvaluatorRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe timestamp when the evaluator was created.default StringThe ARN of the evaluator.default StringThe unique identifier of the evaluator.default StringThe name of the evaluator.default StringThe lifecycle status of the evaluator (CREATING, ACTIVE, FAILED, DELETING).default StringThe timestamp when the evaluator was last updated.default Grantgrant(IGrantable grantee, String... actions) Grant the given principal identity permissions to perform actions on this evaluator.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IEvaluatorRef.Jsii$Default
getEvaluatorRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEvaluatorArn
The ARN of the evaluator.- Specified by:
getEvaluatorArnin interfaceIEvaluator
-
getEvaluatorId
The unique identifier of the evaluator.- Specified by:
getEvaluatorIdin interfaceIEvaluator
-
getEvaluatorName
The name of the evaluator.- Specified by:
getEvaluatorNamein interfaceIEvaluator
-
getCreatedAt
The timestamp when the evaluator was created.- Specified by:
getCreatedAtin interfaceIEvaluator
-
getStatus
The lifecycle status of the evaluator (CREATING, ACTIVE, FAILED, DELETING).- Specified by:
getStatusin interfaceIEvaluator
-
getUpdatedAt
The timestamp when the evaluator was last updated.- Specified by:
getUpdatedAtin interfaceIEvaluator
-
grant
@Stability(Stable) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull String... actions) Grant the given principal identity permissions to perform actions on this evaluator.- Specified by:
grantin interfaceIEvaluator- Parameters:
grantee- This parameter is required.actions- This parameter is required.
-