Class CfnDefaultPromptRouter
Definition of AWS::Bedrock::DefaultPromptRouter Resource Type.
Inherited Members
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDefaultPromptRouter : CfnResource, IInspectable, IDefaultPromptRouterRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnDefaultPromptRouter Inherits CfnResource Implements IInspectable, IDefaultPromptRouterRef, IConstruct, IDependable, IEnvironmentAware
Remarks
CloudformationResource: AWS::Bedrock::DefaultPromptRouter
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.AWS.Bedrock;
var cfnDefaultPromptRouter = new CfnDefaultPromptRouter(this, "MyCfnDefaultPromptRouter", new CfnDefaultPromptRouterProps { });
Synopsis
Constructors
| CfnDefaultPromptRouter(Construct, string, ICfnDefaultPromptRouterProps?) | Create a new |
Properties
| AttrCreatedAt | The timestamp when the default prompt router was created. |
| AttrDescription | The description of the default prompt router. |
| AttrFallbackModel | A target model for the prompt router. |
| AttrModels | A list of foundation models that the default prompt router can route requests to. |
| AttrPromptRouterArn | The Amazon Resource Name (ARN) of the default prompt router. |
| AttrPromptRouterId | The unique identifier of the default prompt router, extracted from the ARN. |
| AttrPromptRouterName | The name of the default prompt router. |
| AttrRoutingCriteria | Routing criteria for a prompt router. |
| AttrStatus | The status of the default prompt router. |
| AttrType | The type of the prompt router. |
| AttrUpdatedAt | The timestamp when the default prompt router was last updated. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | Definition of AWS::Bedrock::DefaultPromptRouter Resource Type. |
| CfnPropertyNames | Definition of AWS::Bedrock::DefaultPromptRouter Resource Type. |
| DefaultPromptRouterRef | A reference to a DefaultPromptRouter resource. |
Methods
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnDefaultPromptRouter(object) | Checks whether the given object is a CfnDefaultPromptRouter. |
| RenderProperties(IDictionary<string, object>) | Definition of AWS::Bedrock::DefaultPromptRouter Resource Type. |
Constructors
CfnDefaultPromptRouter(Construct, string, ICfnDefaultPromptRouterProps?)
Create a new AWS::Bedrock::DefaultPromptRouter.
public CfnDefaultPromptRouter(Construct scope, string id, ICfnDefaultPromptRouterProps? props = null)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnDefaultPromptRouterProps
Resource properties.
Remarks
CloudformationResource: AWS::Bedrock::DefaultPromptRouter
ExampleMetadata: fixture=_generated
Properties
AttrCreatedAt
The timestamp when the default prompt router was created.
public virtual string AttrCreatedAt { get; }
Property Value
Remarks
CloudformationAttribute: CreatedAt
AttrDescription
The description of the default prompt router.
public virtual string AttrDescription { get; }
Property Value
Remarks
CloudformationAttribute: Description
AttrFallbackModel
A target model for the prompt router.
public virtual IResolvable AttrFallbackModel { get; }
Property Value
Remarks
CloudformationAttribute: FallbackModel
AttrModels
A list of foundation models that the default prompt router can route requests to.
public virtual IResolvable AttrModels { get; }
Property Value
Remarks
CloudformationAttribute: Models
AttrPromptRouterArn
The Amazon Resource Name (ARN) of the default prompt router.
public virtual string AttrPromptRouterArn { get; }
Property Value
Remarks
CloudformationAttribute: PromptRouterArn
AttrPromptRouterId
The unique identifier of the default prompt router, extracted from the ARN.
public virtual string AttrPromptRouterId { get; }
Property Value
Remarks
CloudformationAttribute: PromptRouterId
AttrPromptRouterName
The name of the default prompt router.
public virtual string AttrPromptRouterName { get; }
Property Value
Remarks
CloudformationAttribute: PromptRouterName
AttrRoutingCriteria
Routing criteria for a prompt router.
public virtual IResolvable AttrRoutingCriteria { get; }
Property Value
Remarks
CloudformationAttribute: RoutingCriteria
AttrStatus
The status of the default prompt router.
public virtual string AttrStatus { get; }
Property Value
Remarks
CloudformationAttribute: Status
AttrType
The type of the prompt router.
public virtual string AttrType { get; }
Property Value
Remarks
CloudformationAttribute: Type
AttrUpdatedAt
The timestamp when the default prompt router was last updated.
public virtual string AttrUpdatedAt { get; }
Property Value
Remarks
CloudformationAttribute: UpdatedAt
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
CloudformationResource: AWS::Bedrock::DefaultPromptRouter
ExampleMetadata: fixture=_generated
CfnProperties
Definition of AWS::Bedrock::DefaultPromptRouter Resource Type.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::Bedrock::DefaultPromptRouter
ExampleMetadata: fixture=_generated
CfnPropertyNames
Definition of AWS::Bedrock::DefaultPromptRouter Resource Type.
protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::Bedrock::DefaultPromptRouter
ExampleMetadata: fixture=_generated
DefaultPromptRouterRef
A reference to a DefaultPromptRouter resource.
public virtual IDefaultPromptRouterReference DefaultPromptRouterRef { get; }
Property Value
Remarks
CloudformationResource: AWS::Bedrock::DefaultPromptRouter
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
CloudformationResource: AWS::Bedrock::DefaultPromptRouter
ExampleMetadata: fixture=_generated
IsCfnDefaultPromptRouter(object)
Checks whether the given object is a CfnDefaultPromptRouter.
public static bool IsCfnDefaultPromptRouter(object x)
Parameters
- x object
Returns
Remarks
CloudformationResource: AWS::Bedrock::DefaultPromptRouter
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
Definition of AWS::Bedrock::DefaultPromptRouter Resource Type.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
CloudformationResource: AWS::Bedrock::DefaultPromptRouter
ExampleMetadata: fixture=_generated