interface LogRedactionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CleanRoomsML.CfnConfiguredModelAlgorithmAssociation.LogRedactionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscleanroomsml#CfnConfiguredModelAlgorithmAssociation_LogRedactionConfigurationProperty |
Java | software.amazon.awscdk.services.cleanroomsml.CfnConfiguredModelAlgorithmAssociation.LogRedactionConfigurationProperty |
Python | aws_cdk.aws_cleanroomsml.CfnConfiguredModelAlgorithmAssociation.LogRedactionConfigurationProperty |
TypeScript | aws-cdk-lib » aws_cleanroomsml » CfnConfiguredModelAlgorithmAssociation » LogRedactionConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanroomsml as cleanroomsml } from 'aws-cdk-lib';
const logRedactionConfigurationProperty: cleanroomsml.CfnConfiguredModelAlgorithmAssociation.LogRedactionConfigurationProperty = {
entitiesToRedact: ['entitiesToRedact'],
// the properties below are optional
customEntityConfig: {
customDataIdentifiers: ['customDataIdentifiers'],
},
};
Properties
| Name | Type | Description |
|---|---|---|
| entities | string[] | |
| custom | IResolvable | Custom |
entitiesToRedact
Type:
string[]
customEntityConfig?
Type:
IResolvable | Custom
(optional)

.NET
Go
Java
Python
TypeScript