Secret Backend Role Args
constructor(backend: Output<String>? = null, creationStatements: Output<List<String>>? = null, credentialConfig: Output<Map<String, String>>? = null, credentialType: Output<String>? = null, dbName: Output<String>? = null, defaultTtl: Output<Int>? = null, maxTtl: Output<Int>? = null, name: Output<String>? = null, namespace: Output<String>? = null, renewStatements: Output<List<String>>? = null, revocationStatements: Output<List<String>>? = null, rollbackStatements: Output<List<String>>? = null)