1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. bedrockagentcore
  5. RuntimeEndpoint

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi

aws-native.bedrockagentcore.RuntimeEndpoint

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi

    Resource definition for AWS::BedrockAgentCore::RuntimeEndpoint

    Create RuntimeEndpoint Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new RuntimeEndpoint(name: string, args: RuntimeEndpointArgs, opts?: CustomResourceOptions);
    @overload
    def RuntimeEndpoint(resource_name: str,
                        args: RuntimeEndpointArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def RuntimeEndpoint(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        agent_runtime_id: Optional[str] = None,
                        agent_runtime_version: Optional[str] = None,
                        description: Optional[str] = None,
                        name: Optional[str] = None,
                        tags: Optional[Mapping[str, str]] = None)
    func NewRuntimeEndpoint(ctx *Context, name string, args RuntimeEndpointArgs, opts ...ResourceOption) (*RuntimeEndpoint, error)
    public RuntimeEndpoint(string name, RuntimeEndpointArgs args, CustomResourceOptions? opts = null)
    public RuntimeEndpoint(String name, RuntimeEndpointArgs args)
    public RuntimeEndpoint(String name, RuntimeEndpointArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrockagentcore:RuntimeEndpoint
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args RuntimeEndpointArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RuntimeEndpointArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RuntimeEndpointArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RuntimeEndpointArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RuntimeEndpointArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    RuntimeEndpoint Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The RuntimeEndpoint resource accepts the following input properties:

    AgentRuntimeId string
    The ID of the parent Agent Runtime (required for creation)
    AgentRuntimeVersion string
    The version of the AgentCore Runtime to use for the endpoint.
    Description string
    The description of the AgentCore Runtime endpoint.
    Name string
    The name of the Agent Runtime Endpoint
    Tags Dictionary<string, string>
    The tags for the AgentCore Runtime endpoint.
    AgentRuntimeId string
    The ID of the parent Agent Runtime (required for creation)
    AgentRuntimeVersion string
    The version of the AgentCore Runtime to use for the endpoint.
    Description string
    The description of the AgentCore Runtime endpoint.
    Name string
    The name of the Agent Runtime Endpoint
    Tags map[string]string
    The tags for the AgentCore Runtime endpoint.
    agentRuntimeId String
    The ID of the parent Agent Runtime (required for creation)
    agentRuntimeVersion String
    The version of the AgentCore Runtime to use for the endpoint.
    description String
    The description of the AgentCore Runtime endpoint.
    name String
    The name of the Agent Runtime Endpoint
    tags Map<String,String>
    The tags for the AgentCore Runtime endpoint.
    agentRuntimeId string
    The ID of the parent Agent Runtime (required for creation)
    agentRuntimeVersion string
    The version of the AgentCore Runtime to use for the endpoint.
    description string
    The description of the AgentCore Runtime endpoint.
    name string
    The name of the Agent Runtime Endpoint
    tags {[key: string]: string}
    The tags for the AgentCore Runtime endpoint.
    agent_runtime_id str
    The ID of the parent Agent Runtime (required for creation)
    agent_runtime_version str
    The version of the AgentCore Runtime to use for the endpoint.
    description str
    The description of the AgentCore Runtime endpoint.
    name str
    The name of the Agent Runtime Endpoint
    tags Mapping[str, str]
    The tags for the AgentCore Runtime endpoint.
    agentRuntimeId String
    The ID of the parent Agent Runtime (required for creation)
    agentRuntimeVersion String
    The version of the AgentCore Runtime to use for the endpoint.
    description String
    The description of the AgentCore Runtime endpoint.
    name String
    The name of the Agent Runtime Endpoint
    tags Map<String>
    The tags for the AgentCore Runtime endpoint.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RuntimeEndpoint resource produces the following output properties:

    AgentRuntimeArn string
    The ARN of the Agent Runtime
    AgentRuntimeEndpointArn string
    The Amazon Resource Name (ARN) of the AgentCore Runtime.
    AwsId string
    The unique identifier of the AgentCore Runtime endpoint.
    CreatedAt string
    The timestamp when the Agent Runtime Endpoint was created
    FailureReason string
    The reason for failure if the endpoint is in a failed state
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    The timestamp when the Agent Runtime Endpoint was last updated
    LiveVersion string
    The Live version of the Agent Runtime
    Status Pulumi.AwsNative.BedrockAgentCore.RuntimeEndpointAgentRuntimeEndpointStatus
    The status of the Agent Runtime Endpoint
    TargetVersion string
    The target version of the AgentCore Runtime for the endpoint.
    AgentRuntimeArn string
    The ARN of the Agent Runtime
    AgentRuntimeEndpointArn string
    The Amazon Resource Name (ARN) of the AgentCore Runtime.
    AwsId string
    The unique identifier of the AgentCore Runtime endpoint.
    CreatedAt string
    The timestamp when the Agent Runtime Endpoint was created
    FailureReason string
    The reason for failure if the endpoint is in a failed state
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    The timestamp when the Agent Runtime Endpoint was last updated
    LiveVersion string
    The Live version of the Agent Runtime
    Status RuntimeEndpointAgentRuntimeEndpointStatus
    The status of the Agent Runtime Endpoint
    TargetVersion string
    The target version of the AgentCore Runtime for the endpoint.
    agentRuntimeArn String
    The ARN of the Agent Runtime
    agentRuntimeEndpointArn String
    The Amazon Resource Name (ARN) of the AgentCore Runtime.
    awsId String
    The unique identifier of the AgentCore Runtime endpoint.
    createdAt String
    The timestamp when the Agent Runtime Endpoint was created
    failureReason String
    The reason for failure if the endpoint is in a failed state
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    The timestamp when the Agent Runtime Endpoint was last updated
    liveVersion String
    The Live version of the Agent Runtime
    status RuntimeEndpointAgentRuntimeEndpointStatus
    The status of the Agent Runtime Endpoint
    targetVersion String
    The target version of the AgentCore Runtime for the endpoint.
    agentRuntimeArn string
    The ARN of the Agent Runtime
    agentRuntimeEndpointArn string
    The Amazon Resource Name (ARN) of the AgentCore Runtime.
    awsId string
    The unique identifier of the AgentCore Runtime endpoint.
    createdAt string
    The timestamp when the Agent Runtime Endpoint was created
    failureReason string
    The reason for failure if the endpoint is in a failed state
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt string
    The timestamp when the Agent Runtime Endpoint was last updated
    liveVersion string
    The Live version of the Agent Runtime
    status RuntimeEndpointAgentRuntimeEndpointStatus
    The status of the Agent Runtime Endpoint
    targetVersion string
    The target version of the AgentCore Runtime for the endpoint.
    agent_runtime_arn str
    The ARN of the Agent Runtime
    agent_runtime_endpoint_arn str
    The Amazon Resource Name (ARN) of the AgentCore Runtime.
    aws_id str
    The unique identifier of the AgentCore Runtime endpoint.
    created_at str
    The timestamp when the Agent Runtime Endpoint was created
    failure_reason str
    The reason for failure if the endpoint is in a failed state
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_at str
    The timestamp when the Agent Runtime Endpoint was last updated
    live_version str
    The Live version of the Agent Runtime
    status RuntimeEndpointAgentRuntimeEndpointStatus
    The status of the Agent Runtime Endpoint
    target_version str
    The target version of the AgentCore Runtime for the endpoint.
    agentRuntimeArn String
    The ARN of the Agent Runtime
    agentRuntimeEndpointArn String
    The Amazon Resource Name (ARN) of the AgentCore Runtime.
    awsId String
    The unique identifier of the AgentCore Runtime endpoint.
    createdAt String
    The timestamp when the Agent Runtime Endpoint was created
    failureReason String
    The reason for failure if the endpoint is in a failed state
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    The timestamp when the Agent Runtime Endpoint was last updated
    liveVersion String
    The Live version of the Agent Runtime
    status "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING"
    The status of the Agent Runtime Endpoint
    targetVersion String
    The target version of the AgentCore Runtime for the endpoint.

    Supporting Types

    RuntimeEndpointAgentRuntimeEndpointStatus, RuntimeEndpointAgentRuntimeEndpointStatusArgs

    Creating
    CREATING
    CreateFailed
    CREATE_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    Ready
    READY
    Deleting
    DELETING
    RuntimeEndpointAgentRuntimeEndpointStatusCreating
    CREATING
    RuntimeEndpointAgentRuntimeEndpointStatusCreateFailed
    CREATE_FAILED
    RuntimeEndpointAgentRuntimeEndpointStatusUpdating
    UPDATING
    RuntimeEndpointAgentRuntimeEndpointStatusUpdateFailed
    UPDATE_FAILED
    RuntimeEndpointAgentRuntimeEndpointStatusReady
    READY
    RuntimeEndpointAgentRuntimeEndpointStatusDeleting
    DELETING
    Creating
    CREATING
    CreateFailed
    CREATE_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    Ready
    READY
    Deleting
    DELETING
    Creating
    CREATING
    CreateFailed
    CREATE_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    Ready
    READY
    Deleting
    DELETING
    CREATING
    CREATING
    CREATE_FAILED
    CREATE_FAILED
    UPDATING
    UPDATING
    UPDATE_FAILED
    UPDATE_FAILED
    READY
    READY
    DELETING
    DELETING
    "CREATING"
    CREATING
    "CREATE_FAILED"
    CREATE_FAILED
    "UPDATING"
    UPDATING
    "UPDATE_FAILED"
    UPDATE_FAILED
    "READY"
    READY
    "DELETING"
    DELETING

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi
      AI Agentic Workflows: Register now