SecretsMountElasticsearchArgs

constructor(allowedRoles: Output<List<String>>? = null, caCert: Output<String>? = null, caPath: Output<String>? = null, clientCert: Output<String>? = null, clientKey: Output<String>? = null, data: Output<Map<String, String>>? = null, disableAutomatedRotation: Output<Boolean>? = null, insecure: Output<Boolean>? = null, name: Output<String>, password: Output<String>, pluginName: Output<String>? = null, rootRotationStatements: Output<List<String>>? = null, rotationPeriod: Output<Int>? = null, rotationSchedule: Output<String>? = null, rotationWindow: Output<Int>? = null, tlsServerName: Output<String>? = null, url: Output<String>, username: Output<String>, usernameTemplate: Output<String>? = null, verifyConnection: Output<Boolean>? = null)