1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. wisdom
  5. AiGuardrailVersion

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.23.0 published on Friday, Jan 10, 2025 by Pulumi

aws-native.wisdom.AiGuardrailVersion

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.23.0 published on Friday, Jan 10, 2025 by Pulumi

    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:

    AiGuardrailId string
    The ID of the AI guardrail version.
    AssistantId string
    The ID of the AI guardrail version assistant.
    ModifiedTimeSeconds double
    The modified time of the AI guardrail version in seconds.
    AiGuardrailId string
    The ID of the AI guardrail version.
    AssistantId string
    The ID of the AI guardrail version assistant.
    ModifiedTimeSeconds float64
    The modified time of the AI guardrail version in seconds.
    aiGuardrailId String
    The ID of the AI guardrail version.
    assistantId String
    The ID of the AI guardrail version assistant.
    modifiedTimeSeconds Double
    The modified time of the AI guardrail version in seconds.
    aiGuardrailId string
    The ID of the AI guardrail version.
    assistantId string
    The ID of the AI guardrail version assistant.
    modifiedTimeSeconds number
    The modified time of the AI guardrail version in seconds.
    ai_guardrail_id str
    The ID of the AI guardrail version.
    assistant_id str
    The ID of the AI guardrail version assistant.
    modified_time_seconds float
    The modified time of the AI guardrail version in seconds.
    aiGuardrailId String
    The ID of the AI guardrail version.
    assistantId String
    The ID of the AI guardrail version assistant.
    modifiedTimeSeconds Number
    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:

    AiGuardrailArn string
    The ARN of the AI guardrail version.
    AiGuardrailVersionId string
    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.
    AiGuardrailArn string
    The ARN of the AI guardrail version.
    AiGuardrailVersionId string
    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.
    aiGuardrailArn String
    The ARN of the AI guardrail version.
    aiGuardrailVersionId String
    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.
    aiGuardrailArn string
    The ARN of the AI guardrail version.
    aiGuardrailVersionId string
    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_arn str
    The ARN of the AI guardrail version.
    ai_guardrail_version_id str
    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.
    aiGuardrailArn String
    The ARN of the AI guardrail version.
    aiGuardrailVersionId String
    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
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.23.0 published on Friday, Jan 10, 2025 by Pulumi