interface LogsConfigurationPolicyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CleanRoomsML.CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscleanroomsml#CfnConfiguredModelAlgorithmAssociationPropsMixin_LogsConfigurationPolicyProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cleanroomsml.CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty |
Python | aws_cdk.cfn_property_mixins.aws_cleanroomsml.CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cleanroomsml » CfnConfiguredModelAlgorithmAssociationPropsMixin » LogsConfigurationPolicyProperty |
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/cfn-property-mixins';
const logsConfigurationPolicyProperty: cleanroomsml.CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty = {
allowedAccountIds: ['allowedAccountIds'],
filterPattern: 'filterPattern',
logRedactionConfiguration: {
customEntityConfig: {
customDataIdentifiers: ['customDataIdentifiers'],
},
entitiesToRedact: ['entitiesToRedact'],
},
logType: 'logType',
};
Properties
| Name | Type | Description |
|---|---|---|
| allowed | string[] | |
| filter | string | |
| log | IResolvable | Log | |
| log | string |
allowedAccountIds?
Type:
string[]
(optional)
filterPattern?
Type:
string
(optional)
logRedactionConfiguration?
Type:
IResolvable | Log
(optional)
logType?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript