Interface IOnlineEvaluationConfig.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IGrantable,IGrantable.Jsii$Default,IOnlineEvaluationConfig,IOnlineEvaluationConfigRef,IOnlineEvaluationConfigRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IOnlineEvaluationConfig.Jsii$Proxy
- Enclosing interface:
IOnlineEvaluationConfig
@Internal
public static interface IOnlineEvaluationConfig.Jsii$Default
extends IOnlineEvaluationConfig, IResource.Jsii$Default, IOnlineEvaluationConfigRef.Jsii$Default, IGrantable.Jsii$Default
Internal default implementation for
IOnlineEvaluationConfig.-
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.iam.IGrantable
IGrantable.Jsii$Default, IGrantable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.IOnlineEvaluationConfig
IOnlineEvaluationConfig.Jsii$Default, IOnlineEvaluationConfig.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IOnlineEvaluationConfigRef
IOnlineEvaluationConfigRef.Jsii$Default, IOnlineEvaluationConfigRef.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 configuration was created.default IRoleThe IAM execution role for the evaluation.default StringThe execution status of the evaluation (ENABLED or DISABLED).default StringThe ARN of the online evaluation configuration.default StringThe unique identifier of the online evaluation configuration.default StringThe 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.default Grantgrant(IGrantable grantee, String... actions) Grant the given principal identity permissions to perform actions on this configuration.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.services.iam.IGrantable.Jsii$Default
getGrantPrincipalMethods inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IOnlineEvaluationConfigRef.Jsii$Default
getOnlineEvaluationConfigRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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
-
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
-
grant
@Stability(Stable) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull String... actions) Grant the given principal identity permissions to perform actions on this configuration.- Specified by:
grantin interfaceIOnlineEvaluationConfig- Parameters:
grantee- This parameter is required.actions- This parameter is required.
-