We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi
aws-native.bedrock.getIntelligentPromptRouter
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi
Definition of AWS::Bedrock::IntelligentPromptRouter Resource Type
Using getIntelligentPromptRouter
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIntelligentPromptRouter(args: GetIntelligentPromptRouterArgs, opts?: InvokeOptions): Promise<GetIntelligentPromptRouterResult>
function getIntelligentPromptRouterOutput(args: GetIntelligentPromptRouterOutputArgs, opts?: InvokeOptions): Output<GetIntelligentPromptRouterResult>
def get_intelligent_prompt_router(prompt_router_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIntelligentPromptRouterResult
def get_intelligent_prompt_router_output(prompt_router_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIntelligentPromptRouterResult]
func LookupIntelligentPromptRouter(ctx *Context, args *LookupIntelligentPromptRouterArgs, opts ...InvokeOption) (*LookupIntelligentPromptRouterResult, error)
func LookupIntelligentPromptRouterOutput(ctx *Context, args *LookupIntelligentPromptRouterOutputArgs, opts ...InvokeOption) LookupIntelligentPromptRouterResultOutput
> Note: This function is named LookupIntelligentPromptRouter
in the Go SDK.
public static class GetIntelligentPromptRouter
{
public static Task<GetIntelligentPromptRouterResult> InvokeAsync(GetIntelligentPromptRouterArgs args, InvokeOptions? opts = null)
public static Output<GetIntelligentPromptRouterResult> Invoke(GetIntelligentPromptRouterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIntelligentPromptRouterResult> getIntelligentPromptRouter(GetIntelligentPromptRouterArgs args, InvokeOptions options)
public static Output<GetIntelligentPromptRouterResult> getIntelligentPromptRouter(GetIntelligentPromptRouterArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:bedrock:getIntelligentPromptRouter
arguments:
# arguments dictionary
The following arguments are supported:
- Prompt
Router stringArn - Arn of the Prompt Router.
- Prompt
Router stringArn - Arn of the Prompt Router.
- prompt
Router StringArn - Arn of the Prompt Router.
- prompt
Router stringArn - Arn of the Prompt Router.
- prompt_
router_ strarn - Arn of the Prompt Router.
- prompt
Router StringArn - Arn of the Prompt Router.
getIntelligentPromptRouter Result
The following output properties are available:
- Created
At string - Time Stamp
- Prompt
Router stringArn - Arn of the Prompt Router.
- Status
Pulumi.
Aws Native. Bedrock. Intelligent Prompt Router Prompt Router Status - The router's status.
- List<Pulumi.
Aws Native. Outputs. Tag> - List of Tags
- Type
Pulumi.
Aws Native. Bedrock. Intelligent Prompt Router Prompt Router Type - The router's type.
- Updated
At string - Time Stamp
- Created
At string - Time Stamp
- Prompt
Router stringArn - Arn of the Prompt Router.
- Status
Intelligent
Prompt Router Prompt Router Status - The router's status.
- Tag
- List of Tags
- Type
Intelligent
Prompt Router Prompt Router Type - The router's type.
- Updated
At string - Time Stamp
- created
At String - Time Stamp
- prompt
Router StringArn - Arn of the Prompt Router.
- status
Intelligent
Prompt Router Prompt Router Status - The router's status.
- List<Tag>
- List of Tags
- type
Intelligent
Prompt Router Prompt Router Type - The router's type.
- updated
At String - Time Stamp
- created
At string - Time Stamp
- prompt
Router stringArn - Arn of the Prompt Router.
- status
Intelligent
Prompt Router Prompt Router Status - The router's status.
- Tag[]
- List of Tags
- type
Intelligent
Prompt Router Prompt Router Type - The router's type.
- updated
At string - Time Stamp
- created_
at str - Time Stamp
- prompt_
router_ strarn - Arn of the Prompt Router.
- status
Intelligent
Prompt Router Prompt Router Status - The router's status.
- Sequence[root_Tag]
- List of Tags
- type
Intelligent
Prompt Router Prompt Router Type - The router's type.
- updated_
at str - Time Stamp
- created
At String - Time Stamp
- prompt
Router StringArn - Arn of the Prompt Router.
- status "AVAILABLE"
- The router's status.
- List<Property Map>
- List of Tags
- type "custom" | "default"
- The router's type.
- updated
At String - Time Stamp
Supporting Types
IntelligentPromptRouterPromptRouterStatus
IntelligentPromptRouterPromptRouterType
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi