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:
- Ai
Guardrail stringId - The ID of the AI guardrail version.
- Assistant
Id string - The ID of the AI guardrail version assistant.
- Modified
Time doubleSeconds - The modified time of the AI guardrail version in seconds.
- Ai
Guardrail stringId - The ID of the AI guardrail version.
- Assistant
Id string - The ID of the AI guardrail version assistant.
- Modified
Time float64Seconds - The modified time of the AI guardrail version in seconds.
- ai
Guardrail StringId - The ID of the AI guardrail version.
- assistant
Id String - The ID of the AI guardrail version assistant.
- modified
Time DoubleSeconds - The modified time of the AI guardrail version in seconds.
- ai
Guardrail stringId - The ID of the AI guardrail version.
- assistant
Id string - The ID of the AI guardrail version assistant.
- modified
Time 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.
- ai
Guardrail StringId - The ID of the AI guardrail version.
- assistant
Id String - The ID of the AI guardrail version assistant.
- modified
Time 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:
- Ai
Guardrail stringArn - The ARN of the AI guardrail version.
- Ai
Guardrail stringVersion Id - The ID of the AI guardrail version.
- Assistant
Arn string - The ARN of the AI guardrail version assistant.
- Id string
- The provider-assigned unique ID for this managed resource.
- Version
Number double - The version number for this AI Guardrail version.
- Ai
Guardrail stringArn - The ARN of the AI guardrail version.
- Ai
Guardrail stringVersion Id - The ID of the AI guardrail version.
- Assistant
Arn string - The ARN of the AI guardrail version assistant.
- Id string
- The provider-assigned unique ID for this managed resource.
- Version
Number float64 - The version number for this AI Guardrail version.
- ai
Guardrail StringArn - The ARN of the AI guardrail version.
- ai
Guardrail StringVersion Id - The ID of the AI guardrail version.
- assistant
Arn String - The ARN of the AI guardrail version assistant.
- id String
- The provider-assigned unique ID for this managed resource.
- version
Number Double - The version number for this AI Guardrail version.
- ai
Guardrail stringArn - The ARN of the AI guardrail version.
- ai
Guardrail stringVersion Id - The ID of the AI guardrail version.
- assistant
Arn string - The ARN of the AI guardrail version assistant.
- id string
- The provider-assigned unique ID for this managed resource.
- version
Number 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.
- ai
Guardrail StringArn - The ARN of the AI guardrail version.
- ai
Guardrail StringVersion Id - The ID of the AI guardrail version.
- assistant
Arn String - The ARN of the AI guardrail version assistant.
- id String
- The provider-assigned unique ID for this managed resource.
- version
Number 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.