We recommend new projects start with resources from the AWS provider.
aws-native.wisdom.AiAgentVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::Wisdom::AIAgentVersion Resource Type
Create AiAgentVersion Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AiAgentVersion(name: string, args: AiAgentVersionArgs, opts?: CustomResourceOptions);@overload
def AiAgentVersion(resource_name: str,
                   args: AiAgentVersionArgs,
                   opts: Optional[ResourceOptions] = None)
@overload
def AiAgentVersion(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   ai_agent_id: Optional[str] = None,
                   assistant_id: Optional[str] = None,
                   modified_time_seconds: Optional[float] = None)func NewAiAgentVersion(ctx *Context, name string, args AiAgentVersionArgs, opts ...ResourceOption) (*AiAgentVersion, error)public AiAgentVersion(string name, AiAgentVersionArgs args, CustomResourceOptions? opts = null)
public AiAgentVersion(String name, AiAgentVersionArgs args)
public AiAgentVersion(String name, AiAgentVersionArgs args, CustomResourceOptions options)
type: aws-native:wisdom:AiAgentVersion
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AiAgentVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AiAgentVersionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AiAgentVersionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AiAgentVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AiAgentVersionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AiAgentVersion Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AiAgentVersion resource accepts the following input properties:
- AiAgent stringId 
- The identifier of the AI Agent.
- AssistantId string
- ModifiedTime doubleSeconds 
- The time the AI Agent version was last modified in seconds.
- AiAgent stringId 
- The identifier of the AI Agent.
- AssistantId string
- ModifiedTime float64Seconds 
- The time the AI Agent version was last modified in seconds.
- aiAgent StringId 
- The identifier of the AI Agent.
- assistantId String
- modifiedTime DoubleSeconds 
- The time the AI Agent version was last modified in seconds.
- aiAgent stringId 
- The identifier of the AI Agent.
- assistantId string
- modifiedTime numberSeconds 
- The time the AI Agent version was last modified in seconds.
- ai_agent_ strid 
- The identifier of the AI Agent.
- assistant_id str
- modified_time_ floatseconds 
- The time the AI Agent version was last modified in seconds.
- aiAgent StringId 
- The identifier of the AI Agent.
- assistantId String
- modifiedTime NumberSeconds 
- The time the AI Agent version was last modified in seconds.
Outputs
All input properties are implicitly available as output properties. Additionally, the AiAgentVersion resource produces the following output properties:
- AiAgent stringArn 
- AiAgent stringVersion Id 
- AssistantArn string
- Id string
- The provider-assigned unique ID for this managed resource.
- VersionNumber double
- The version number for this AI Agent version.
- AiAgent stringArn 
- AiAgent stringVersion Id 
- AssistantArn string
- Id string
- The provider-assigned unique ID for this managed resource.
- VersionNumber float64
- The version number for this AI Agent version.
- aiAgent StringArn 
- aiAgent StringVersion Id 
- assistantArn String
- id String
- The provider-assigned unique ID for this managed resource.
- versionNumber Double
- The version number for this AI Agent version.
- aiAgent stringArn 
- aiAgent stringVersion Id 
- assistantArn string
- id string
- The provider-assigned unique ID for this managed resource.
- versionNumber number
- The version number for this AI Agent version.
- ai_agent_ strarn 
- ai_agent_ strversion_ id 
- assistant_arn str
- id str
- The provider-assigned unique ID for this managed resource.
- version_number float
- The version number for this AI Agent version.
- aiAgent StringArn 
- aiAgent StringVersion Id 
- assistantArn String
- id String
- The provider-assigned unique ID for this managed resource.
- 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.