SecretsMountInfluxdbArgs

constructor(allowedRoles: Output<List<String>>? = null, connectTimeout: Output<Int>? = null, data: Output<Map<String, String>>? = null, disableAutomatedRotation: Output<Boolean>? = null, host: Output<String>, insecureTls: Output<Boolean>? = null, name: Output<String>, password: Output<String>, pemBundle: Output<String>? = null, pemJson: Output<String>? = null, pluginName: Output<String>? = null, port: Output<Int>? = null, rootRotationStatements: Output<List<String>>? = null, rotationPeriod: Output<Int>? = null, rotationSchedule: Output<String>? = null, rotationWindow: Output<Int>? = null, tls: Output<Boolean>? = null, username: Output<String>, usernameTemplate: Output<String>? = null, verifyConnection: Output<Boolean>? = null)