Interface CfnConfiguredModelAlgorithmAssociation.LogRedactionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguredModelAlgorithmAssociation.LogRedactionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguredModelAlgorithmAssociation
@Stability(Stable)
public static interface CfnConfiguredModelAlgorithmAssociation.LogRedactionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cleanroomsml.*;
LogRedactionConfigurationProperty logRedactionConfigurationProperty = LogRedactionConfigurationProperty.builder()
.entitiesToRedact(List.of("entitiesToRedact"))
// the properties below are optional
.customEntityConfig(CustomEntityConfigProperty.builder()
.customDataIdentifiers(List.of("customDataIdentifiers"))
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConfiguredModelAlgorithmAssociation.LogRedactionConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnConfiguredModelAlgorithmAssociation.CustomEntityConfigPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEntitiesToRedact
- See Also:
-
getCustomEntityConfig
Returns union: eitherIResolvableorCfnConfiguredModelAlgorithmAssociation.CustomEntityConfigProperty- See Also:
-
builder
@Stability(Stable) static CfnConfiguredModelAlgorithmAssociation.LogRedactionConfigurationProperty.Builder builder()
-