Interface IBedrockAgentRuntime.Jsii$Default
- All Superinterfaces:
IBedrockAgentRuntime,IConnectable,IConnectable.Jsii$Default,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IGrantable,IGrantable.Jsii$Default,IResource,IResource.Jsii$Default,IRuntimeRef,IRuntimeRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IBedrockAgentRuntime.Jsii$Proxy
- Enclosing interface:
IBedrockAgentRuntime
@Internal
public static interface IBedrockAgentRuntime.Jsii$Default
extends IBedrockAgentRuntime, IResource.Jsii$Default, IRuntimeRef.Jsii$Default, IConnectable.Jsii$Default, IGrantable.Jsii$Default
Internal default implementation for
IBedrockAgentRuntime.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.agentcore.alpha.IBedrockAgentRuntime
IBedrockAgentRuntime.Jsii$Default, IBedrockAgentRuntime.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IConnectable
IConnectable.Jsii$Default, IConnectable.Jsii$ProxyNested 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.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IRuntimeRef
IRuntimeRef.Jsii$Default, IRuntimeRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault IBedrockAgentRuntimeaddToRolePolicy(PolicyStatement statement) Deprecated.default StringDeprecated.default StringDeprecated.default StringDeprecated.default StringDeprecated.default StringDeprecated.default StringDeprecated.default StringDeprecated.default IRolegetRole()Deprecated.default GrantDeprecated.default GrantgrantInvoke(IGrantable grantee) Deprecated.default GrantgrantInvokeRuntime(IGrantable grantee) Deprecated.default GrantgrantInvokeRuntimeForUser(IGrantable grantee) Deprecated.default MetricDeprecated.default MetricDeprecated.default MetricDeprecated.default MetricmetricInvocations(MetricOptions props) Deprecated.default MetricDeprecated.default MetricDeprecated.default MetricDeprecated.default MetricmetricLatency(MetricOptions props) Deprecated.default MetricDeprecated.default MetricmetricSessionCount(MetricOptions props) Deprecated.default MetricDeprecated.default MetricDeprecated.default MetricDeprecated.default MetricmetricSystemErrors(MetricOptions props) Deprecated.default MetricDeprecated.default MetricmetricThrottles(MetricOptions props) Deprecated.default MetricDeprecated.default MetricmetricTotalErrors(MetricOptions props) Deprecated.default MetricDeprecated.default MetricmetricUserErrors(MetricOptions props) Deprecated.Methods inherited from interface software.amazon.awscdk.services.ec2.IConnectable.Jsii$Default
getConnectionsMethods 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.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IRuntimeRef.Jsii$Default
getRuntimeRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentRuntimeArn
Deprecated.(deprecated) The ARN of the agent runtime resource - Formatarn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}.Example:
"arn:aws:bedrock-agentcore:us-west-2:123456789012:runtime/runtime-abc123";
- Specified by:
getAgentRuntimeArnin interfaceIBedrockAgentRuntime
-
getAgentRuntimeId
Deprecated.(deprecated) The ID of the agent runtime.Example:
"runtime-abc123";
- Specified by:
getAgentRuntimeIdin interfaceIBedrockAgentRuntime
-
getAgentRuntimeName
Deprecated.(deprecated) The name of the agent runtime.- Specified by:
getAgentRuntimeNamein interfaceIBedrockAgentRuntime
-
getRole
Deprecated.(deprecated) The IAM role that provides permissions for the agent runtime.- Specified by:
getRolein interfaceIBedrockAgentRuntime
-
getAgentRuntimeVersion
Deprecated.(deprecated) The version of the agent runtime.- Specified by:
getAgentRuntimeVersionin interfaceIBedrockAgentRuntime
-
getAgentStatus
Deprecated.(deprecated) The current status of the agent runtime.- Specified by:
getAgentStatusin interfaceIBedrockAgentRuntime
-
getCreatedAt
Deprecated.(deprecated) The time at which the runtime was created.Example:
"2024-01-15T10:30:00Z";
- Specified by:
getCreatedAtin interfaceIBedrockAgentRuntime
-
getLastUpdatedAt
Deprecated.(deprecated) The time at which the runtime was last updated.Example:
"2024-01-15T14:45:00Z";
- Specified by:
getLastUpdatedAtin interfaceIBedrockAgentRuntime
-
addToRolePolicy
@Stability(Deprecated) @Deprecated @NotNull default IBedrockAgentRuntime addToRolePolicy(@NotNull PolicyStatement statement) Deprecated.(deprecated) Adds a policy statement to the runtime's execution role.- Specified by:
addToRolePolicyin interfaceIBedrockAgentRuntime- Parameters:
statement- The IAM policy statement to add. This parameter is required.- Returns:
- The runtime instance for chaining
-
grant
@Stability(Deprecated) @Deprecated @NotNull default Grant grant(@NotNull List<String> actions, @NotNull List<String> resources) Deprecated.(deprecated) Grant the runtime specific actions on AWS resources.- Specified by:
grantin interfaceIBedrockAgentRuntime- Parameters:
actions- The actions to grant. This parameter is required.resources- The resource ARNs to grant access to. This parameter is required.- Returns:
- The Grant object for chaining
-
grantInvoke
Deprecated.(deprecated) Permits an IAM principal to invoke this runtime both directly and on behalf of users Grants both bedrock-agentcore:InvokeAgentRuntime and bedrock-agentcore:InvokeAgentRuntimeForUser permissions.- Specified by:
grantInvokein interfaceIBedrockAgentRuntime- Parameters:
grantee- The principal to grant access to. This parameter is required.
-
grantInvokeRuntime
@Stability(Deprecated) @Deprecated @NotNull default Grant grantInvokeRuntime(@NotNull IGrantable grantee) Deprecated.(deprecated) Permits an IAM principal to invoke this runtime Grants the bedrock-agentcore:InvokeAgentRuntime permission.- Specified by:
grantInvokeRuntimein interfaceIBedrockAgentRuntime- Parameters:
grantee- The principal to grant access to. This parameter is required.
-
grantInvokeRuntimeForUser
@Stability(Deprecated) @Deprecated @NotNull default Grant grantInvokeRuntimeForUser(@NotNull IGrantable grantee) Deprecated.(deprecated) Permits an IAM principal to invoke this runtime on behalf of a user Grants the bedrock-agentcore:InvokeAgentRuntimeForUser permission Required when using the X-Amzn-Bedrock-AgentCore-Runtime-User-Id header.- Specified by:
grantInvokeRuntimeForUserin interfaceIBedrockAgentRuntime- Parameters:
grantee- The principal to grant access to. This parameter is required.
-
metric
@Stability(Deprecated) @Deprecated @NotNull default Metric metric(@NotNull String metricName, @NotNull Map<String, String> dimensions, @Nullable MetricOptions props) Deprecated.(deprecated) Return the given named metric for this agent runtime.- Specified by:
metricin interfaceIBedrockAgentRuntime- Parameters:
metricName- This parameter is required.dimensions- This parameter is required.props-
-
metric
@Stability(Deprecated) @Deprecated @NotNull default Metric metric(@NotNull String metricName, @NotNull Map<String, String> dimensions) Deprecated.(deprecated) Return the given named metric for this agent runtime.- Specified by:
metricin interfaceIBedrockAgentRuntime- Parameters:
metricName- This parameter is required.dimensions- This parameter is required.
-
metricInvocations
@Stability(Deprecated) @Deprecated @NotNull default Metric metricInvocations(@Nullable MetricOptions props) Deprecated.(deprecated) Return a metric containing the total number of invocations for this agent runtime.- Specified by:
metricInvocationsin interfaceIBedrockAgentRuntime- Parameters:
props-
-
metricInvocations
Deprecated.(deprecated) Return a metric containing the total number of invocations for this agent runtime.- Specified by:
metricInvocationsin interfaceIBedrockAgentRuntime
-
metricInvocationsAggregated
@Stability(Deprecated) @Deprecated @NotNull default Metric metricInvocationsAggregated(@Nullable MetricOptions props) Deprecated.(deprecated) Return a metric containing the total number of invocations across all resources.- Specified by:
metricInvocationsAggregatedin interfaceIBedrockAgentRuntime- Parameters:
props-
-
metricInvocationsAggregated
Deprecated.(deprecated) Return a metric containing the total number of invocations across all resources.- Specified by:
metricInvocationsAggregatedin interfaceIBedrockAgentRuntime
-
metricLatency
@Stability(Deprecated) @Deprecated @NotNull default Metric metricLatency(@Nullable MetricOptions props) Deprecated.(deprecated) Return a metric measuring the latency of requests for this agent runtime.- Specified by:
metricLatencyin interfaceIBedrockAgentRuntime- Parameters:
props-
-
metricLatency
Deprecated.(deprecated) Return a metric measuring the latency of requests for this agent runtime.- Specified by:
metricLatencyin interfaceIBedrockAgentRuntime
-
metricSessionCount
@Stability(Deprecated) @Deprecated @NotNull default Metric metricSessionCount(@Nullable MetricOptions props) Deprecated.(deprecated) Return a metric containing the number of agent sessions for this agent runtime.- Specified by:
metricSessionCountin interfaceIBedrockAgentRuntime- Parameters:
props-
-
metricSessionCount
Deprecated.(deprecated) Return a metric containing the number of agent sessions for this agent runtime.- Specified by:
metricSessionCountin interfaceIBedrockAgentRuntime
-
metricSessionsAggregated
@Stability(Deprecated) @Deprecated @NotNull default Metric metricSessionsAggregated(@Nullable MetricOptions props) Deprecated.(deprecated) Return a metric containing the total number of sessions across all resources.- Specified by:
metricSessionsAggregatedin interfaceIBedrockAgentRuntime- Parameters:
props-
-
metricSessionsAggregated
Deprecated.(deprecated) Return a metric containing the total number of sessions across all resources.- Specified by:
metricSessionsAggregatedin interfaceIBedrockAgentRuntime
-
metricSystemErrors
@Stability(Deprecated) @Deprecated @NotNull default Metric metricSystemErrors(@Nullable MetricOptions props) Deprecated.(deprecated) Return a metric containing the number of system errors for this agent runtime.- Specified by:
metricSystemErrorsin interfaceIBedrockAgentRuntime- Parameters:
props-
-
metricSystemErrors
Deprecated.(deprecated) Return a metric containing the number of system errors for this agent runtime.- Specified by:
metricSystemErrorsin interfaceIBedrockAgentRuntime
-
metricThrottles
@Stability(Deprecated) @Deprecated @NotNull default Metric metricThrottles(@Nullable MetricOptions props) Deprecated.(deprecated) Return a metric containing the number of throttled requests for this agent runtime.- Specified by:
metricThrottlesin interfaceIBedrockAgentRuntime- Parameters:
props-
-
metricThrottles
Deprecated.(deprecated) Return a metric containing the number of throttled requests for this agent runtime.- Specified by:
metricThrottlesin interfaceIBedrockAgentRuntime
-
metricTotalErrors
@Stability(Deprecated) @Deprecated @NotNull default Metric metricTotalErrors(@Nullable MetricOptions props) Deprecated.(deprecated) Return a metric containing the total number of errors (system + user) for this agent runtime.- Specified by:
metricTotalErrorsin interfaceIBedrockAgentRuntime- Parameters:
props-
-
metricTotalErrors
Deprecated.(deprecated) Return a metric containing the total number of errors (system + user) for this agent runtime.- Specified by:
metricTotalErrorsin interfaceIBedrockAgentRuntime
-
metricUserErrors
@Stability(Deprecated) @Deprecated @NotNull default Metric metricUserErrors(@Nullable MetricOptions props) Deprecated.(deprecated) Return a metric containing the number of user errors for this agent runtime.- Specified by:
metricUserErrorsin interfaceIBedrockAgentRuntime- Parameters:
props-
-
metricUserErrors
Deprecated.(deprecated) Return a metric containing the number of user errors for this agent runtime.- Specified by:
metricUserErrorsin interfaceIBedrockAgentRuntime
-