---
type: resource-type
title: Runtime
description: aws resource type AWS::BedrockAgentCore::Runtime
name: Runtime
lexicon: aws
resource_type: AWS::BedrockAgentCore::Runtime
---
`AWS::BedrockAgentCore::Runtime`, a resource type of the aws lexicon.

## Properties

- `AgentRuntimeArtifact` (`Runtime_AgentRuntimeArtifact`, required): The artifact of the agent
- `AgentRuntimeName` (`string`, required): Name for a resource
- `NetworkConfiguration` (`Runtime_NetworkConfiguration`, required): Network access configuration for the Agent
- `RoleArn` (`string`, required): Amazon Resource Name (ARN) of an IAM role
- `AgentRuntimeArn` (`string`, optional): The Amazon Resource Name(ARN) that uniquely identifies the Agent
- `AgentRuntimeId` (`string`, optional): Identifier for a resource
- `AgentRuntimeVersion` (`string`, optional): Version of the Agent
- `AuthorizerConfiguration` (`Runtime_AuthorizerConfiguration`, optional): Authorizer configuration for the agent runtime
- `CreatedAt` (`string`, optional): Timestamp when the Agent was created
- `Description` (`string`, optional): Description of the resource
- `EnvironmentVariables` (`Record<string, unknown>`, optional): Environment variables for the agent runtime
- `FailureReason` (`string`, optional): The reason for failure if the agent is in a failed state.
- `FilesystemConfigurations` (`any`, optional): Filesystem configurations for the agent runtime
- `LastUpdatedAt` (`string`, optional): When resource was last updated
- `LifecycleConfiguration` (`Runtime_LifecycleConfiguration`, optional): Lifecycle configuration for managing runtime sessions
- `ProtocolConfiguration` (`Runtime_ProtocolConfiguration`, optional): Protocol configuration for the agent runtime
- `RequestHeaderConfiguration` (`Runtime_RequestHeaderConfiguration`, optional): Configuration for HTTP request headers
- `Status` (`Runtime_AgentStatus`, optional): Current status of the agent
- `Tags` (`Record<string, unknown>`, optional)
- `WorkloadIdentityDetails` (`Runtime_WorkloadIdentityDetails`, optional): Workload identity details for the agent

## Attributes

- `AgentRuntimeArn`
- `AgentRuntimeId`
- `AgentRuntimeVersion`
- `CreatedAt`
- `FailureReason`
- `LastUpdatedAt`
- `Status`
- `WorkloadIdentityDetails`

## Governed by

- [WAW011](/rules/WAW011.md): Deprecated Lambda runtime — flags deprecated or approaching-EOL Lambda runtimes
