DataGoogleDataplexDataQualityRules constructor
DataGoogleDataplexDataQualityRules({})
Implementation
DataGoogleDataplexDataQualityRules({
required super.localName,
required TfArg<String> dataScanId,
TfArg<String>? location,
TfArg<String>? project,
super.provider,
super.timeouts,
}) : super(
terraformType: tfType,
argMap: {
'data_scan_id': dataScanId,
if (location != null) 'location': location,
if (project != null) 'project': project,
},
);