AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::Runtime

BedrockAgentCore Runtime

Resource Type definition for AWS::BedrockAgentCore::Runtime

Properties

11 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
AgentRuntimeArtifact
AgentRuntimeArtifact
Required
AgentRuntimeName
string
RequiredCreate-only
NetworkConfiguration
NetworkConfiguration
Required
RoleArn
string
Required
AuthorizerConfiguration
AuthorizerConfiguration
Description
string
EnvironmentVariables
EnvironmentVariablesMap
LifecycleConfiguration
LifecycleConfiguration
ProtocolConfiguration
string
RequestHeaderConfiguration
RequestHeaderConfiguration
Tags
TagsMap

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AgentRuntimeArnstringThe Amazon Resource Name(ARN) that uniquely identifies the Agent
AgentRuntimeIdstringIdentifier for a resource
AgentRuntimeVersionstringVersion of the Agent
CreatedAtstringTimestamp when the Agent was created
FailureReasonstringThe reason for failure if the agent is in a failed state.
LastUpdatedAtstringWhen resource was last updated
StatusstringCurrent status of the agent
WorkloadIdentityDetailsWorkloadIdentityDetailsWorkload identity details for the agent

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::Runtime

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::Runtime
    Properties:
      AgentRuntimeName: "my-agentruntimename"
      AgentRuntimeArtifact: "value"
      RoleArn: "arn:aws:service:region:account:resource"
      NetworkConfiguration: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock-agentcore:CreateAgentRuntimebedrock-agentcore:CreateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:CreateWorkloadIdentitybedrock-agentcore:TagResourcebedrock-agentcore:ListTagsForResourceiam:CreateServiceLinkedRole

read

bedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:ListTagsForResource

update

bedrock-agentcore:UpdateAgentRuntimebedrock-agentcore:UpdateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourceiam:CreateServiceLinkedRole

delete

bedrock-agentcore:DeleteAgentRuntimebedrock-agentcore:DeleteAgentRuntimeEndpointbedrock-agentcore:DeleteWorkloadIdentitybedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpoint

list

bedrock-agentcore:ListAgentRuntimesbedrock-agentcore:ListAgentRuntimeEndpoints

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrockAgentCore
Properties19
Required4
TaggingSupported
Primary IDAgentRuntimeId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AgentRuntimeName

External Links