GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier constructor

const GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier({
  1. required Input<String> name,
  2. required Input<String> regex,
})

Creates a new GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier. name Name of the custom data idenfitier regex Regular expression to match sensitive data

Implementation

const GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier({
  required this.name,
  required this.regex,
});