Show / Hide Table of Contents

Class CfnGuardrailVersionProps

Properties for defining a CfnGuardrailVersion.

Inheritance
object
CfnGuardrailVersionProps
Implements
ICfnGuardrailVersionProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGuardrailVersionProps : ICfnGuardrailVersionProps
Syntax (vb)
Public Class CfnGuardrailVersionProps Implements ICfnGuardrailVersionProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-guardrailversion.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Bedrock;

             var cfnGuardrailVersionProps = new CfnGuardrailVersionProps {
                 GuardrailIdentifier = "guardrailIdentifier",

                 // the properties below are optional
                 Description = "description"
             };

Synopsis

Constructors

CfnGuardrailVersionProps()

Properties for defining a CfnGuardrailVersion.

Properties

Description

A description of the guardrail version.

GuardrailIdentifier

The unique identifier of the guardrail.

Constructors

CfnGuardrailVersionProps()

Properties for defining a CfnGuardrailVersion.

public CfnGuardrailVersionProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-guardrailversion.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Bedrock;

             var cfnGuardrailVersionProps = new CfnGuardrailVersionProps {
                 GuardrailIdentifier = "guardrailIdentifier",

                 // the properties below are optional
                 Description = "description"
             };

Properties

Description

A description of the guardrail version.

public string? Description { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-guardrailversion.html#cfn-bedrock-guardrailversion-description

GuardrailIdentifier

The unique identifier of the guardrail.

public string GuardrailIdentifier { get; set; }
Property Value

string

Remarks

This can be an ID or the ARN.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-guardrailversion.html#cfn-bedrock-guardrailversion-guardrailidentifier

Implements

ICfnGuardrailVersionProps
Back to top Generated by DocFX