GetLogDataProtectionPolicyDocumentConfiguration constructor
const
GetLogDataProtectionPolicyDocumentConfiguration({
- Input<
List< ? customDataIdentifiers,GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier> ?>
Creates a new GetLogDataProtectionPolicyDocumentConfiguration.
customDataIdentifiers Configures custom regular expressions to detect sensitive data. Read more in Custom data identifiers.
Implementation
const GetLogDataProtectionPolicyDocumentConfiguration({
this.customDataIdentifiers,
});