We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.wisdom.getAiAgentVersion
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 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:
- 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 - Ai
Agent stringVersion Id - Assistant
Arn string - Version
Number double - The version number for this AI Agent version.
- Ai
Agent stringArn - Ai
Agent stringVersion Id - Assistant
Arn string - Version
Number float64 - The version number for this AI Agent version.
- ai
Agent StringArn - ai
Agent StringVersion Id - assistant
Arn String - version
Number Double - The version number for this AI Agent version.
- ai
Agent stringArn - ai
Agent stringVersion Id - assistant
Arn string - version
Number 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.
- ai
Agent StringArn - ai
Agent StringVersion Id - assistant
Arn String - 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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
