Class CfnAIGuardrail.GuardrailPiiEntityConfigProperty
PII entity configuration.
Inheritance
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GuardrailPiiEntityConfigProperty : Object, CfnAIGuardrail.IGuardrailPiiEntityConfigProperty
Syntax (vb)
Public Class GuardrailPiiEntityConfigProperty
Inherits Object
Implements CfnAIGuardrail.IGuardrailPiiEntityConfigProperty
Remarks
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 guardrailPiiEntityConfigProperty = new GuardrailPiiEntityConfigProperty {
Action = "action",
Type = "type"
};
Synopsis
Constructors
Guardrail |
Properties
Action | The action of guardrail PII entity configuration. |
Type | The currently supported PII entities. |
Constructors
GuardrailPiiEntityConfigProperty()
public GuardrailPiiEntityConfigProperty()
Properties
Action
The action of guardrail PII entity configuration.
public string Action { get; set; }
Property Value
System.
Remarks
Type
The currently supported PII entities.
public string Type { get; set; }
Property Value
System.