1. Packages
  2. AWS Native
  3. API Docs
  4. bedrock
  5. GuardrailVersion

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.bedrock.GuardrailVersion

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Definition of AWS::Bedrock::GuardrailVersion Resource Type

    Create GuardrailVersion Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GuardrailVersion(name: string, args: GuardrailVersionArgs, opts?: CustomResourceOptions);
    @overload
    def GuardrailVersion(resource_name: str,
                         args: GuardrailVersionArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def GuardrailVersion(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         guardrail_identifier: Optional[str] = None,
                         description: Optional[str] = None)
    func NewGuardrailVersion(ctx *Context, name string, args GuardrailVersionArgs, opts ...ResourceOption) (*GuardrailVersion, error)
    public GuardrailVersion(string name, GuardrailVersionArgs args, CustomResourceOptions? opts = null)
    public GuardrailVersion(String name, GuardrailVersionArgs args)
    public GuardrailVersion(String name, GuardrailVersionArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrock:GuardrailVersion
    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 GuardrailVersionArgs
    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 GuardrailVersionArgs
    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 GuardrailVersionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GuardrailVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GuardrailVersionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    GuardrailVersion Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The GuardrailVersion resource accepts the following input properties:

    GuardrailIdentifier string
    Identifier (GuardrailId or GuardrailArn) for the guardrail
    Description string
    Description of the Guardrail version
    GuardrailIdentifier string
    Identifier (GuardrailId or GuardrailArn) for the guardrail
    Description string
    Description of the Guardrail version
    guardrailIdentifier String
    Identifier (GuardrailId or GuardrailArn) for the guardrail
    description String
    Description of the Guardrail version
    guardrailIdentifier string
    Identifier (GuardrailId or GuardrailArn) for the guardrail
    description string
    Description of the Guardrail version
    guardrail_identifier str
    Identifier (GuardrailId or GuardrailArn) for the guardrail
    description str
    Description of the Guardrail version
    guardrailIdentifier String
    Identifier (GuardrailId or GuardrailArn) for the guardrail
    description String
    Description of the Guardrail version

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GuardrailVersion resource produces the following output properties:

    GuardrailArn string
    Arn representation for the guardrail
    GuardrailId string
    Unique id for the guardrail
    Id string
    The provider-assigned unique ID for this managed resource.
    Version string
    Guardrail version
    GuardrailArn string
    Arn representation for the guardrail
    GuardrailId string
    Unique id for the guardrail
    Id string
    The provider-assigned unique ID for this managed resource.
    Version string
    Guardrail version
    guardrailArn String
    Arn representation for the guardrail
    guardrailId String
    Unique id for the guardrail
    id String
    The provider-assigned unique ID for this managed resource.
    version String
    Guardrail version
    guardrailArn string
    Arn representation for the guardrail
    guardrailId string
    Unique id for the guardrail
    id string
    The provider-assigned unique ID for this managed resource.
    version string
    Guardrail version
    guardrail_arn str
    Arn representation for the guardrail
    guardrail_id str
    Unique id for the guardrail
    id str
    The provider-assigned unique ID for this managed resource.
    version str
    Guardrail version
    guardrailArn String
    Arn representation for the guardrail
    guardrailId String
    Unique id for the guardrail
    id String
    The provider-assigned unique ID for this managed resource.
    version String
    Guardrail version

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi