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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.bedrock.GuardrailVersion

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 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 This property is required. string
The unique name of the resource.
args This property is required. GuardrailVersionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. GuardrailVersionArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. GuardrailVersionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The GuardrailVersion resource accepts the following input properties:

GuardrailIdentifier This property is required. string
Identifier (GuardrailId or GuardrailArn) for the guardrail
Description string
Description of the Guardrail version
GuardrailIdentifier This property is required. string
Identifier (GuardrailId or GuardrailArn) for the guardrail
Description string
Description of the Guardrail version
guardrailIdentifier This property is required. String
Identifier (GuardrailId or GuardrailArn) for the guardrail
description String
Description of the Guardrail version
guardrailIdentifier This property is required. string
Identifier (GuardrailId or GuardrailArn) for the guardrail
description string
Description of the Guardrail version
guardrail_identifier This property is required. str
Identifier (GuardrailId or GuardrailArn) for the guardrail
description str
Description of the Guardrail version
guardrailIdentifier This property is required. 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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi