interface GuardrailPiiEntityConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Wisdom.CfnAIGuardrail.GuardrailPiiEntityConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIGuardrail_GuardrailPiiEntityConfigProperty |
Java | software.amazon.awscdk.services.wisdom.CfnAIGuardrail.GuardrailPiiEntityConfigProperty |
Python | aws_cdk.aws_wisdom.CfnAIGuardrail.GuardrailPiiEntityConfigProperty |
TypeScript | aws-cdk-lib » aws_wisdom » CfnAIGuardrail » GuardrailPiiEntityConfigProperty |
PII entity configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from 'aws-cdk-lib';
const guardrailPiiEntityConfigProperty: wisdom.CfnAIGuardrail.GuardrailPiiEntityConfigProperty = {
action: 'action',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
action | string | The action of guardrail PII entity configuration. |
type | string | The currently supported PII entities. |
action
Type:
string
The action of guardrail PII entity configuration.
type
Type:
string
The currently supported PII entities.