Show / Hide Table of Contents

Class CfnRuntimeEndpointPropsMixin

AgentCore Runtime is a secure, serverless runtime purpose-built for deploying and scaling dynamic AI agents and tools using any open-source framework including LangGraph, CrewAI, and Strands Agents, any protocol, and any model.

Inheritance
object
Mixin
CfnRuntimeEndpointPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnRuntimeEndpointPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnRuntimeEndpointPropsMixin Inherits Mixin Implements IMixin
Remarks

For more information about using agent runtime endpoints in Amazon Bedrock AgentCore, see AgentCore Runtime versioning and endpoints .

See the Properties section below for descriptions of both the required and optional properties.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html

CloudformationResource: AWS::BedrockAgentCore::RuntimeEndpoint

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRuntimeEndpointPropsMixin = new CfnRuntimeEndpointPropsMixin(new CfnRuntimeEndpointMixinProps {
                 AgentRuntimeId = "agentRuntimeId",
                 AgentRuntimeVersion = "agentRuntimeVersion",
                 Description = "description",
                 Name = "name",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnRuntimeEndpointPropsMixin(ICfnRuntimeEndpointMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::BedrockAgentCore::RuntimeEndpoint.

Properties

CFN_PROPERTY_KEYS

AgentCore Runtime is a secure, serverless runtime purpose-built for deploying and scaling dynamic AI agents and tools using any open-source framework including LangGraph, CrewAI, and Strands Agents, any protocol, and any model.

Props

AgentCore Runtime is a secure, serverless runtime purpose-built for deploying and scaling dynamic AI agents and tools using any open-source framework including LangGraph, CrewAI, and Strands Agents, any protocol, and any model.

Strategy

AgentCore Runtime is a secure, serverless runtime purpose-built for deploying and scaling dynamic AI agents and tools using any open-source framework including LangGraph, CrewAI, and Strands Agents, any protocol, and any model.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnRuntimeEndpointPropsMixin(ICfnRuntimeEndpointMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::BedrockAgentCore::RuntimeEndpoint.

public CfnRuntimeEndpointPropsMixin(ICfnRuntimeEndpointMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnRuntimeEndpointMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

For more information about using agent runtime endpoints in Amazon Bedrock AgentCore, see AgentCore Runtime versioning and endpoints .

See the Properties section below for descriptions of both the required and optional properties.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html

CloudformationResource: AWS::BedrockAgentCore::RuntimeEndpoint

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

AgentCore Runtime is a secure, serverless runtime purpose-built for deploying and scaling dynamic AI agents and tools using any open-source framework including LangGraph, CrewAI, and Strands Agents, any protocol, and any model.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

For more information about using agent runtime endpoints in Amazon Bedrock AgentCore, see AgentCore Runtime versioning and endpoints .

See the Properties section below for descriptions of both the required and optional properties.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html

CloudformationResource: AWS::BedrockAgentCore::RuntimeEndpoint

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRuntimeEndpointPropsMixin = new CfnRuntimeEndpointPropsMixin(new CfnRuntimeEndpointMixinProps {
                 AgentRuntimeId = "agentRuntimeId",
                 AgentRuntimeVersion = "agentRuntimeVersion",
                 Description = "description",
                 Name = "name",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

AgentCore Runtime is a secure, serverless runtime purpose-built for deploying and scaling dynamic AI agents and tools using any open-source framework including LangGraph, CrewAI, and Strands Agents, any protocol, and any model.

protected virtual ICfnRuntimeEndpointMixinProps Props { get; }
Property Value

ICfnRuntimeEndpointMixinProps

Remarks

For more information about using agent runtime endpoints in Amazon Bedrock AgentCore, see AgentCore Runtime versioning and endpoints .

See the Properties section below for descriptions of both the required and optional properties.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html

CloudformationResource: AWS::BedrockAgentCore::RuntimeEndpoint

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRuntimeEndpointPropsMixin = new CfnRuntimeEndpointPropsMixin(new CfnRuntimeEndpointMixinProps {
                 AgentRuntimeId = "agentRuntimeId",
                 AgentRuntimeVersion = "agentRuntimeVersion",
                 Description = "description",
                 Name = "name",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

AgentCore Runtime is a secure, serverless runtime purpose-built for deploying and scaling dynamic AI agents and tools using any open-source framework including LangGraph, CrewAI, and Strands Agents, any protocol, and any model.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

For more information about using agent runtime endpoints in Amazon Bedrock AgentCore, see AgentCore Runtime versioning and endpoints .

See the Properties section below for descriptions of both the required and optional properties.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html

CloudformationResource: AWS::BedrockAgentCore::RuntimeEndpoint

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRuntimeEndpointPropsMixin = new CfnRuntimeEndpointPropsMixin(new CfnRuntimeEndpointMixinProps {
                 AgentRuntimeId = "agentRuntimeId",
                 AgentRuntimeVersion = "agentRuntimeVersion",
                 Description = "description",
                 Name = "name",
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override void ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

For more information about using agent runtime endpoints in Amazon Bedrock AgentCore, see AgentCore Runtime versioning and endpoints .

See the Properties section below for descriptions of both the required and optional properties.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html

CloudformationResource: AWS::BedrockAgentCore::RuntimeEndpoint

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

For more information about using agent runtime endpoints in Amazon Bedrock AgentCore, see AgentCore Runtime versioning and endpoints .

See the Properties section below for descriptions of both the required and optional properties.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html

CloudformationResource: AWS::BedrockAgentCore::RuntimeEndpoint

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX