We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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.26.0 published on Wednesday, Mar 12, 2025 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)
public static Output<GetAiAgentVersionResult> getAiAgentVersion(GetAiAgentVersionArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:wisdom:getAiAgentVersion
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AiAgent stringId 
- The identifier of the AI Agent.
- AssistantId string
- VersionNumber double
- The version number for this AI Agent version.
- AiAgent stringId 
- The identifier of the AI Agent.
- AssistantId string
- VersionNumber float64
- The version number for this AI Agent version.
- aiAgent StringId 
- The identifier of the AI Agent.
- assistantId String
- versionNumber Double
- The version number for this AI Agent version.
- aiAgent stringId 
- The identifier of the AI Agent.
- assistantId string
- versionNumber 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.
- aiAgent StringId 
- 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:
- AiAgent stringArn 
- AiAgent stringVersion Id 
- AssistantArn string
- VersionNumber double
- The version number for this AI Agent version.
- AiAgent stringArn 
- AiAgent stringVersion Id 
- AssistantArn string
- VersionNumber float64
- The version number for this AI Agent version.
- aiAgent StringArn 
- aiAgent StringVersion Id 
- assistantArn String
- versionNumber Double
- The version number for this AI Agent version.
- aiAgent stringArn 
- aiAgent stringVersion Id 
- assistantArn string
- versionNumber number
- The version number for this AI Agent version.
- ai_agent_ strarn 
- ai_agent_ strversion_ id 
- assistant_arn str
- version_number float
- The version number for this AI Agent version.
- aiAgent StringArn 
- aiAgent StringVersion Id 
- assistantArn String
- versionNumber 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi