We recommend new projects start with resources from the AWS provider.
aws-native.wisdom.AiGuardrailVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::Wisdom::AIGuardrailVersion Resource Type
Create AiGuardrailVersion Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AiGuardrailVersion(name: string, args: AiGuardrailVersionArgs, opts?: CustomResourceOptions);@overload
def AiGuardrailVersion(resource_name: str,
                       args: AiGuardrailVersionArgs,
                       opts: Optional[ResourceOptions] = None)
@overload
def AiGuardrailVersion(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       ai_guardrail_id: Optional[str] = None,
                       assistant_id: Optional[str] = None,
                       modified_time_seconds: Optional[float] = None)func NewAiGuardrailVersion(ctx *Context, name string, args AiGuardrailVersionArgs, opts ...ResourceOption) (*AiGuardrailVersion, error)public AiGuardrailVersion(string name, AiGuardrailVersionArgs args, CustomResourceOptions? opts = null)
public AiGuardrailVersion(String name, AiGuardrailVersionArgs args)
public AiGuardrailVersion(String name, AiGuardrailVersionArgs args, CustomResourceOptions options)
type: aws-native:wisdom:AiGuardrailVersion
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 AiGuardrailVersionArgs
- 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 AiGuardrailVersionArgs
- 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 AiGuardrailVersionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AiGuardrailVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AiGuardrailVersionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AiGuardrailVersion 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 AiGuardrailVersion resource accepts the following input properties:
- AiGuardrail stringId 
- The ID of the AI guardrail version.
- AssistantId string
- The ID of the AI guardrail version assistant.
- ModifiedTime doubleSeconds 
- The modified time of the AI guardrail version in seconds.
- AiGuardrail stringId 
- The ID of the AI guardrail version.
- AssistantId string
- The ID of the AI guardrail version assistant.
- ModifiedTime float64Seconds 
- The modified time of the AI guardrail version in seconds.
- aiGuardrail StringId 
- The ID of the AI guardrail version.
- assistantId String
- The ID of the AI guardrail version assistant.
- modifiedTime DoubleSeconds 
- The modified time of the AI guardrail version in seconds.
- aiGuardrail stringId 
- The ID of the AI guardrail version.
- assistantId string
- The ID of the AI guardrail version assistant.
- modifiedTime numberSeconds 
- The modified time of the AI guardrail version in seconds.
- ai_guardrail_ strid 
- The ID of the AI guardrail version.
- assistant_id str
- The ID of the AI guardrail version assistant.
- modified_time_ floatseconds 
- The modified time of the AI guardrail version in seconds.
- aiGuardrail StringId 
- The ID of the AI guardrail version.
- assistantId String
- The ID of the AI guardrail version assistant.
- modifiedTime NumberSeconds 
- The modified time of the AI guardrail version in seconds.
Outputs
All input properties are implicitly available as output properties. Additionally, the AiGuardrailVersion resource produces the following output properties:
- AiGuardrail stringArn 
- The ARN of the AI guardrail version.
- AiGuardrail stringVersion Id 
- The ID of the AI guardrail version.
- AssistantArn string
- The ARN of the AI guardrail version assistant.
- Id string
- The provider-assigned unique ID for this managed resource.
- VersionNumber double
- The version number for this AI Guardrail version.
- AiGuardrail stringArn 
- The ARN of the AI guardrail version.
- AiGuardrail stringVersion Id 
- The ID of the AI guardrail version.
- AssistantArn string
- The ARN of the AI guardrail version assistant.
- Id string
- The provider-assigned unique ID for this managed resource.
- VersionNumber float64
- The version number for this AI Guardrail version.
- aiGuardrail StringArn 
- The ARN of the AI guardrail version.
- aiGuardrail StringVersion Id 
- The ID of the AI guardrail version.
- assistantArn String
- The ARN of the AI guardrail version assistant.
- id String
- The provider-assigned unique ID for this managed resource.
- versionNumber Double
- The version number for this AI Guardrail version.
- aiGuardrail stringArn 
- The ARN of the AI guardrail version.
- aiGuardrail stringVersion Id 
- The ID of the AI guardrail version.
- assistantArn string
- The ARN of the AI guardrail version assistant.
- id string
- The provider-assigned unique ID for this managed resource.
- versionNumber number
- The version number for this AI Guardrail version.
- ai_guardrail_ strarn 
- The ARN of the AI guardrail version.
- ai_guardrail_ strversion_ id 
- The ID of the AI guardrail version.
- assistant_arn str
- The ARN of the AI guardrail version assistant.
- id str
- The provider-assigned unique ID for this managed resource.
- version_number float
- The version number for this AI Guardrail version.
- aiGuardrail StringArn 
- The ARN of the AI guardrail version.
- aiGuardrail StringVersion Id 
- The ID of the AI guardrail version.
- assistantArn String
- The ARN of the AI guardrail version assistant.
- id String
- The provider-assigned unique ID for this managed resource.
- versionNumber Number
- The version number for this AI Guardrail 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.