Show / Hide Table of Contents

Class CfnDefaultPromptRouter

Definition of AWS::Bedrock::DefaultPromptRouter Resource Type.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnDefaultPromptRouter
Implements
IInspectable
IDefaultPromptRouterRef
IConstruct
IDependable
IEnvironmentAware
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.AddResourceDependency(CfnResource, string)
CfnResource.ApplyCrossStackReferenceStrength(ReferenceStrength)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.CfnPropertyName(string)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.RemoveResourceDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-defaultpromptrouter.html

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 AWS::Bedrock::DefaultPromptRouter.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-defaultpromptrouter.html

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

string

Remarks

CloudformationAttribute: CreatedAt

AttrDescription

The description of the default prompt router.

public virtual string AttrDescription { get; }
Property Value

string

Remarks

CloudformationAttribute: Description

AttrFallbackModel

A target model for the prompt router.

public virtual IResolvable AttrFallbackModel { get; }
Property Value

IResolvable

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

IResolvable

Remarks

CloudformationAttribute: Models

AttrPromptRouterArn

The Amazon Resource Name (ARN) of the default prompt router.

public virtual string AttrPromptRouterArn { get; }
Property Value

string

Remarks

CloudformationAttribute: PromptRouterArn

AttrPromptRouterId

The unique identifier of the default prompt router, extracted from the ARN.

public virtual string AttrPromptRouterId { get; }
Property Value

string

Remarks

CloudformationAttribute: PromptRouterId

AttrPromptRouterName

The name of the default prompt router.

public virtual string AttrPromptRouterName { get; }
Property Value

string

Remarks

CloudformationAttribute: PromptRouterName

AttrRoutingCriteria

Routing criteria for a prompt router.

public virtual IResolvable AttrRoutingCriteria { get; }
Property Value

IResolvable

Remarks

CloudformationAttribute: RoutingCriteria

AttrStatus

The status of the default prompt router.

public virtual string AttrStatus { get; }
Property Value

string

Remarks

CloudformationAttribute: Status

AttrType

The type of the prompt router.

public virtual string AttrType { get; }
Property Value

string

Remarks

CloudformationAttribute: Type

AttrUpdatedAt

The timestamp when the default prompt router was last updated.

public virtual string AttrUpdatedAt { get; }
Property Value

string

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-defaultpromptrouter.html

CloudformationResource: AWS::Bedrock::DefaultPromptRouter

ExampleMetadata: fixture=_generated

CfnProperties

Definition of AWS::Bedrock::DefaultPromptRouter Resource Type.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-defaultpromptrouter.html

CloudformationResource: AWS::Bedrock::DefaultPromptRouter

ExampleMetadata: fixture=_generated

CfnPropertyNames

Definition of AWS::Bedrock::DefaultPromptRouter Resource Type.

protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value

IDictionary<string, string>

Overrides
CfnResource.CfnPropertyNames
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-defaultpromptrouter.html

CloudformationResource: AWS::Bedrock::DefaultPromptRouter

ExampleMetadata: fixture=_generated

DefaultPromptRouterRef

A reference to a DefaultPromptRouter resource.

public virtual IDefaultPromptRouterReference DefaultPromptRouterRef { get; }
Property Value

IDefaultPromptRouterReference

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-defaultpromptrouter.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-defaultpromptrouter.html

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

bool

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-defaultpromptrouter.html

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-defaultpromptrouter.html

CloudformationResource: AWS::Bedrock::DefaultPromptRouter

ExampleMetadata: fixture=_generated

Implements

IInspectable
IDefaultPromptRouterRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX