1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. wisdom
  5. getAiAgentVersion

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

aws-native logo

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:

    AiAgentId string
    The identifier of the AI Agent.
    AssistantId string
    VersionNumber double
    The version number for this AI Agent version.
    AiAgentId string
    The identifier of the AI Agent.
    AssistantId string
    VersionNumber float64
    The version number for this AI Agent version.
    aiAgentId String
    The identifier of the AI Agent.
    assistantId String
    versionNumber Double
    The version number for this AI Agent version.
    aiAgentId string
    The identifier of the AI Agent.
    assistantId string
    versionNumber number
    The version number for this AI Agent version.
    ai_agent_id str
    The identifier of the AI Agent.
    assistant_id str
    version_number float
    The version number for this AI Agent version.
    aiAgentId String
    The identifier of the AI Agent.
    assistantId String
    versionNumber Number
    The version number for this AI Agent version.

    getAiAgentVersion Result

    The following output properties are available:

    AiAgentArn string
    The Amazon Resource Name (ARN) of the AI agent.
    AiAgentVersionId string
    AssistantArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    VersionNumber double
    The version number for this AI Agent version.
    AiAgentArn string
    The Amazon Resource Name (ARN) of the AI agent.
    AiAgentVersionId string
    AssistantArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    VersionNumber float64
    The version number for this AI Agent version.
    aiAgentArn String
    The Amazon Resource Name (ARN) of the AI agent.
    aiAgentVersionId String
    assistantArn String
    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    versionNumber Double
    The version number for this AI Agent version.
    aiAgentArn string
    The Amazon Resource Name (ARN) of the AI agent.
    aiAgentVersionId string
    assistantArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    versionNumber number
    The version number for this AI Agent version.
    ai_agent_arn str
    The Amazon Resource Name (ARN) of the AI agent.
    ai_agent_version_id str
    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.
    aiAgentArn String
    The Amazon Resource Name (ARN) of the AI agent.
    aiAgentVersionId String
    assistantArn String
    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    versionNumber Number
    The version number for this AI Agent version.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    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