Show / Hide Table of Contents

Class CfnAIGuardrailPropsMixin.AIGuardrailContentPolicyConfigProperty

Content policy config for a guardrail.

Inheritance
object
CfnAIGuardrailPropsMixin.AIGuardrailContentPolicyConfigProperty
Implements
CfnAIGuardrailPropsMixin.IAIGuardrailContentPolicyConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAIGuardrailPropsMixin.AIGuardrailContentPolicyConfigProperty : CfnAIGuardrailPropsMixin.IAIGuardrailContentPolicyConfigProperty
Syntax (vb)
Public Class CfnAIGuardrailPropsMixin.AIGuardrailContentPolicyConfigProperty Implements CfnAIGuardrailPropsMixin.IAIGuardrailContentPolicyConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-aiguardrailcontentpolicyconfig.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.Mixins.Preview.AWS.Wisdom.Mixins;

             var aIGuardrailContentPolicyConfigProperty = new AIGuardrailContentPolicyConfigProperty {
                 FiltersConfig = new [] { new GuardrailContentFilterConfigProperty {
                     InputStrength = "inputStrength",
                     OutputStrength = "outputStrength",
                     Type = "type"
                 } }
             };

Synopsis

Constructors

AIGuardrailContentPolicyConfigProperty()

Content policy config for a guardrail.

Properties

FiltersConfig

List of content filter configurations in a content policy.

Constructors

AIGuardrailContentPolicyConfigProperty()

Content policy config for a guardrail.

public AIGuardrailContentPolicyConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-aiguardrailcontentpolicyconfig.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.Mixins.Preview.AWS.Wisdom.Mixins;

             var aIGuardrailContentPolicyConfigProperty = new AIGuardrailContentPolicyConfigProperty {
                 FiltersConfig = new [] { new GuardrailContentFilterConfigProperty {
                     InputStrength = "inputStrength",
                     OutputStrength = "outputStrength",
                     Type = "type"
                 } }
             };

Properties

FiltersConfig

List of content filter configurations in a content policy.

public object? FiltersConfig { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-aiguardrailcontentpolicyconfig.html#cfn-wisdom-aiguardrail-aiguardrailcontentpolicyconfig-filtersconfig

Type union: either IResolvable or (either IResolvable or CfnAIGuardrailPropsMixin.IGuardrailContentFilterConfigProperty)[]

Implements

CfnAIGuardrailPropsMixin.IAIGuardrailContentPolicyConfigProperty
Back to top Generated by DocFX