DlpProfileArgs

constructor(accountId: Output<String>? = null, allowedMatchCount: Output<Int>? = null, contextAwareness: Output<DlpProfileContextAwarenessArgs>? = null, description: Output<String>? = null, entries: Output<List<DlpProfileEntryArgs>>? = null, name: Output<String>? = null, ocrEnabled: Output<Boolean>? = null, type: Output<String>? = null)