Class OnlineEvaluationBase
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.bedrockagentcore.OnlineEvaluationBase
- All Implemented Interfaces:
IOnlineEvaluationConfigRef,IEnvironmentAware,IResource,IOnlineEvaluationConfig,IGrantable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
- Direct Known Subclasses:
OnlineEvaluationConfig
@Generated(value="jsii-pacmak/1.129.0 (build eaca441)",
date="2026-05-19T08:18:44.488Z")
@Stability(Stable)
public abstract class OnlineEvaluationBase
extends Resource
implements IOnlineEvaluationConfig
Abstract base class for OnlineEvaluationConfig.
Contains methods and attributes valid for configurations either created with CDK or imported.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.IOnlineEvaluationConfig
IOnlineEvaluationConfig.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOnlineEvaluationBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedOnlineEvaluationBase(software.amazon.jsii.JsiiObjectRef objRef) protectedOnlineEvaluationBase(software.constructs.Construct scope, String id) protectedOnlineEvaluationBase(software.constructs.Construct scope, String id, ResourceProps props) -
Method Summary
Modifier and TypeMethodDescriptionabstract StringThe timestamp when the configuration was created.abstract IRoleThe IAM execution role for the evaluation.abstract StringThe execution status of the evaluation (ENABLED or DISABLED).abstract IPrincipalThe principal to grant permissions to.abstract StringThe ARN of the online evaluation configuration.abstract StringThe unique identifier of the online evaluation configuration.abstract StringThe name of the online evaluation configuration.A reference to this OnlineEvaluationConfig resource.abstract StringThe lifecycle status of the configuration (CREATING, ACTIVE, FAILED, DELETING).abstract StringThe timestamp when the configuration was last updated.grant(IGrantable grantee, String... actions) Grants IAM actions to the IAM Principal.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource, withMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
OnlineEvaluationBase
protected OnlineEvaluationBase(software.amazon.jsii.JsiiObjectRef objRef) -
OnlineEvaluationBase
protected OnlineEvaluationBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
OnlineEvaluationBase
@Stability(Stable) protected OnlineEvaluationBase(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ResourceProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props-
-
OnlineEvaluationBase
@Stability(Stable) protected OnlineEvaluationBase(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- This parameter is required.id- This parameter is required.
-
-
Method Details
-
grant
@Stability(Stable) @NotNull public Grant grant(@NotNull IGrantable grantee, @NotNull String... actions) Grants IAM actions to the IAM Principal.[disable-awslint:no-grants]
- Specified by:
grantin interfaceIOnlineEvaluationConfig- Parameters:
grantee-- The IAM principal to grant permissions to.
actions-- The actions to grant.
- Returns:
- An IAM Grant object representing the granted permissions
-
getGrantPrincipal
The principal to grant permissions to.- Specified by:
getGrantPrincipalin interfaceIGrantable
-
getOnlineEvaluationConfigArn
The ARN of the online evaluation configuration.- Specified by:
getOnlineEvaluationConfigArnin interfaceIOnlineEvaluationConfig
-
getOnlineEvaluationConfigId
The unique identifier of the online evaluation configuration.- Specified by:
getOnlineEvaluationConfigIdin interfaceIOnlineEvaluationConfig
-
getOnlineEvaluationConfigName
The name of the online evaluation configuration.- Specified by:
getOnlineEvaluationConfigNamein interfaceIOnlineEvaluationConfig
-
getOnlineEvaluationConfigRef
A reference to this OnlineEvaluationConfig resource.- Specified by:
getOnlineEvaluationConfigRefin interfaceIOnlineEvaluationConfigRef
-
getCreatedAt
The timestamp when the configuration was created.- Specified by:
getCreatedAtin interfaceIOnlineEvaluationConfig
-
getExecutionRole
The IAM execution role for the evaluation.- Specified by:
getExecutionRolein interfaceIOnlineEvaluationConfig
-
getExecutionStatus
The execution status of the evaluation (ENABLED or DISABLED).- Specified by:
getExecutionStatusin interfaceIOnlineEvaluationConfig
-
getStatus
The lifecycle status of the configuration (CREATING, ACTIVE, FAILED, DELETING).- Specified by:
getStatusin interfaceIOnlineEvaluationConfig
-
getUpdatedAt
The timestamp when the configuration was last updated.- Specified by:
getUpdatedAtin interfaceIOnlineEvaluationConfig
-