Show / Hide Table of Contents

Interface IIntelligentPromptRouterReference

A reference to a IntelligentPromptRouter resource.

Namespace: Amazon.CDK.Interfaces.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIntelligentPromptRouterReference
Syntax (vb)
Public Interface IIntelligentPromptRouterReference
Remarks

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.Interfaces.Bedrock;

            var intelligentPromptRouterReference = new IntelligentPromptRouterReference {
                PromptRouterArn = "promptRouterArn"
            };

Synopsis

Properties

PromptRouterArn

The PromptRouterArn of the IntelligentPromptRouter resource.

Properties

PromptRouterArn

The PromptRouterArn of the IntelligentPromptRouter resource.

string PromptRouterArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX