Show / Hide Table of Contents

Class CfnAIGuardrailPropsMixin.AIGuardrailSensitiveInformationPolicyConfigProperty

Sensitive information policy configuration for a guardrail.

Inheritance
object
CfnAIGuardrailPropsMixin.AIGuardrailSensitiveInformationPolicyConfigProperty
Implements
CfnAIGuardrailPropsMixin.IAIGuardrailSensitiveInformationPolicyConfigProperty
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.AIGuardrailSensitiveInformationPolicyConfigProperty : CfnAIGuardrailPropsMixin.IAIGuardrailSensitiveInformationPolicyConfigProperty
Syntax (vb)
Public Class CfnAIGuardrailPropsMixin.AIGuardrailSensitiveInformationPolicyConfigProperty Implements CfnAIGuardrailPropsMixin.IAIGuardrailSensitiveInformationPolicyConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-aiguardrailsensitiveinformationpolicyconfig.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 aIGuardrailSensitiveInformationPolicyConfigProperty = new AIGuardrailSensitiveInformationPolicyConfigProperty {
                 PiiEntitiesConfig = new [] { new GuardrailPiiEntityConfigProperty {
                     Action = "action",
                     Type = "type"
                 } },
                 RegexesConfig = new [] { new GuardrailRegexConfigProperty {
                     Action = "action",
                     Description = "description",
                     Name = "name",
                     Pattern = "pattern"
                 } }
             };

Synopsis

Constructors

AIGuardrailSensitiveInformationPolicyConfigProperty()

Sensitive information policy configuration for a guardrail.

Properties

PiiEntitiesConfig

List of entities.

RegexesConfig

List of regex.

Constructors

AIGuardrailSensitiveInformationPolicyConfigProperty()

Sensitive information policy configuration for a guardrail.

public AIGuardrailSensitiveInformationPolicyConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-aiguardrailsensitiveinformationpolicyconfig.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 aIGuardrailSensitiveInformationPolicyConfigProperty = new AIGuardrailSensitiveInformationPolicyConfigProperty {
                 PiiEntitiesConfig = new [] { new GuardrailPiiEntityConfigProperty {
                     Action = "action",
                     Type = "type"
                 } },
                 RegexesConfig = new [] { new GuardrailRegexConfigProperty {
                     Action = "action",
                     Description = "description",
                     Name = "name",
                     Pattern = "pattern"
                 } }
             };

Properties

PiiEntitiesConfig

List of entities.

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

object

Remarks

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

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

RegexesConfig

List of regex.

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

object

Remarks

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

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

Implements

CfnAIGuardrailPropsMixin.IAIGuardrailSensitiveInformationPolicyConfigProperty
Back to top Generated by DocFX