We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.wisdom.getAiAgentVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
Definition of AWS::Wisdom::AIAgentVersion Resource Type
Using getAiAgentVersion
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 getAiAgentVersion(args: GetAiAgentVersionArgs, opts?: InvokeOptions): Promise<GetAiAgentVersionResult>
function getAiAgentVersionOutput(args: GetAiAgentVersionOutputArgs, opts?: InvokeOptions): Output<GetAiAgentVersionResult>
def get_ai_agent_version(ai_agent_id: Optional[str] = None,
assistant_id: Optional[str] = None,
version_number: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetAiAgentVersionResult
def get_ai_agent_version_output(ai_agent_id: Optional[pulumi.Input[str]] = None,
assistant_id: Optional[pulumi.Input[str]] = None,
version_number: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAiAgentVersionResult]
func LookupAiAgentVersion(ctx *Context, args *LookupAiAgentVersionArgs, opts ...InvokeOption) (*LookupAiAgentVersionResult, error)
func LookupAiAgentVersionOutput(ctx *Context, args *LookupAiAgentVersionOutputArgs, opts ...InvokeOption) LookupAiAgentVersionResultOutput
> Note: This function is named LookupAiAgentVersion
in the Go SDK.
public static class GetAiAgentVersion
{
public static Task<GetAiAgentVersionResult> InvokeAsync(GetAiAgentVersionArgs args, InvokeOptions? opts = null)
public static Output<GetAiAgentVersionResult> Invoke(GetAiAgentVersionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAiAgentVersionResult> getAiAgentVersion(GetAiAgentVersionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:wisdom:getAiAgentVersion
arguments:
# arguments dictionary
The following arguments are supported:
- Ai
Agent stringId - The identifier of the AI Agent.
- Assistant
Id string - Version
Number double - The version number for this AI Agent version.
- Ai
Agent stringId - The identifier of the AI Agent.
- Assistant
Id string - Version
Number float64 - The version number for this AI Agent version.
- ai
Agent StringId - The identifier of the AI Agent.
- assistant
Id String - version
Number Double - The version number for this AI Agent version.
- ai
Agent stringId - The identifier of the AI Agent.
- assistant
Id string - version
Number number - The version number for this AI Agent version.
- ai_
agent_ strid - The identifier of the AI Agent.
- assistant_
id str - version_
number float - The version number for this AI Agent version.
- ai
Agent StringId - The identifier of the AI Agent.
- assistant
Id String - version
Number Number - The version number for this AI Agent version.
getAiAgentVersion Result
The following output properties are available:
- Ai
Agent stringArn - The Amazon Resource Name (ARN) of the AI agent.
- Ai
Agent stringVersion Id - Assistant
Arn string - The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
- Version
Number double - The version number for this AI Agent version.
- Ai
Agent stringArn - The Amazon Resource Name (ARN) of the AI agent.
- Ai
Agent stringVersion Id - Assistant
Arn string - The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
- Version
Number float64 - The version number for this AI Agent version.
- ai
Agent StringArn - The Amazon Resource Name (ARN) of the AI agent.
- ai
Agent StringVersion Id - assistant
Arn String - The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
- version
Number Double - The version number for this AI Agent version.
- ai
Agent stringArn - The Amazon Resource Name (ARN) of the AI agent.
- ai
Agent stringVersion Id - assistant
Arn string - The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
- version
Number number - The version number for this AI Agent version.
- ai_
agent_ strarn - The Amazon Resource Name (ARN) of the AI agent.
- ai_
agent_ strversion_ id - assistant_
arn str - The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
- version_
number float - The version number for this AI Agent version.
- ai
Agent StringArn - The Amazon Resource Name (ARN) of the AI agent.
- ai
Agent StringVersion Id - assistant
Arn String - The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
- version
Number Number - The version number for this AI Agent version.
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.9.0 published on Monday, Nov 18, 2024 by Pulumi