Show / Hide Table of Contents

Class CfnAIGuardrailVersionProps

Properties for defining a CfnAIGuardrailVersion.

Inheritance
object
CfnAIGuardrailVersionProps
Implements
ICfnAIGuardrailVersionProps
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.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAIGuardrailVersionProps : ICfnAIGuardrailVersionProps
Syntax (vb)
Public Class CfnAIGuardrailVersionProps Implements ICfnAIGuardrailVersionProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiguardrailversion.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.Wisdom;

             var cfnAIGuardrailVersionProps = new CfnAIGuardrailVersionProps {
                 AiGuardrailId = "aiGuardrailId",
                 AssistantId = "assistantId",

                 // the properties below are optional
                 ModifiedTimeSeconds = 123
             };

Synopsis

Constructors

CfnAIGuardrailVersionProps()

Properties for defining a CfnAIGuardrailVersion.

Properties

AiGuardrailId

The ID of the AI guardrail version.

AssistantId

The ID of the AI guardrail version assistant.

ModifiedTimeSeconds

The modified time of the AI guardrail version in seconds.

Constructors

CfnAIGuardrailVersionProps()

Properties for defining a CfnAIGuardrailVersion.

public CfnAIGuardrailVersionProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiguardrailversion.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.Wisdom;

             var cfnAIGuardrailVersionProps = new CfnAIGuardrailVersionProps {
                 AiGuardrailId = "aiGuardrailId",
                 AssistantId = "assistantId",

                 // the properties below are optional
                 ModifiedTimeSeconds = 123
             };

Properties

AiGuardrailId

The ID of the AI guardrail version.

public string AiGuardrailId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiguardrailversion.html#cfn-wisdom-aiguardrailversion-aiguardrailid

AssistantId

The ID of the AI guardrail version assistant.

public string AssistantId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiguardrailversion.html#cfn-wisdom-aiguardrailversion-assistantid

ModifiedTimeSeconds

The modified time of the AI guardrail version in seconds.

public double? ModifiedTimeSeconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiguardrailversion.html#cfn-wisdom-aiguardrailversion-modifiedtimeseconds

Implements

ICfnAIGuardrailVersionProps
Back to top Generated by DocFX