AWS::BedrockAgentCore::RuntimeResource Type definition for AWS::BedrockAgentCore::Runtime
11 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AgentRuntimeArn | string | The Amazon Resource Name(ARN) that uniquely identifies the Agent |
AgentRuntimeId | string | Identifier for a resource |
AgentRuntimeVersion | string | Version of the Agent |
CreatedAt | string | Timestamp when the Agent was created |
FailureReason | string | The reason for failure if the agent is in a failed state. |
LastUpdatedAt | string | When resource was last updated |
Status | string | Current status of the agent |
WorkloadIdentityDetails | WorkloadIdentityDetails | Workload identity details for the agent |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateAgentRuntimebedrock-agentcore:CreateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:CreateWorkloadIdentitybedrock-agentcore:TagResourcebedrock-agentcore:ListTagsForResourceiam:CreateServiceLinkedRolebedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:ListTagsForResourcebedrock-agentcore:UpdateAgentRuntimebedrock-agentcore:UpdateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourceiam:CreateServiceLinkedRolebedrock-agentcore:DeleteAgentRuntimebedrock-agentcore:DeleteAgentRuntimeEndpointbedrock-agentcore:DeleteWorkloadIdentitybedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:ListAgentRuntimesbedrock-agentcore:ListAgentRuntimeEndpointsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAgentRuntimeIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AgentRuntimeName