GetLogDataProtectionPolicyDocumentConfiguration constructor

const GetLogDataProtectionPolicyDocumentConfiguration({
  1. Input<List<GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier>?>? customDataIdentifiers,
})

Creates a new GetLogDataProtectionPolicyDocumentConfiguration. customDataIdentifiers Configures custom regular expressions to detect sensitive data. Read more in Custom data identifiers.

Implementation

const GetLogDataProtectionPolicyDocumentConfiguration({
  this.customDataIdentifiers,
});