Secret Backend Connection Args
constructor(allowedRoles: Output<List<String>>? = null, backend: Output<String>? = null, cassandra: Output<SecretBackendConnectionCassandraArgs>? = null, couchbase: Output<SecretBackendConnectionCouchbaseArgs>? = null, data: Output<Map<String, String>>? = null, disableAutomatedRotation: Output<Boolean>? = null, elasticsearch: Output<SecretBackendConnectionElasticsearchArgs>? = null, hana: Output<SecretBackendConnectionHanaArgs>? = null, influxdb: Output<SecretBackendConnectionInfluxdbArgs>? = null, mongodb: Output<SecretBackendConnectionMongodbArgs>? = null, mongodbatlas: Output<SecretBackendConnectionMongodbatlasArgs>? = null, mssql: Output<SecretBackendConnectionMssqlArgs>? = null, mysql: Output<SecretBackendConnectionMysqlArgs>? = null, mysqlAurora: Output<SecretBackendConnectionMysqlAuroraArgs>? = null, mysqlLegacy: Output<SecretBackendConnectionMysqlLegacyArgs>? = null, mysqlRds: Output<SecretBackendConnectionMysqlRdsArgs>? = null, name: Output<String>? = null, namespace: Output<String>? = null, oracle: Output<SecretBackendConnectionOracleArgs>? = null, pluginName: Output<String>? = null, postgresql: Output<SecretBackendConnectionPostgresqlArgs>? = null, redis: Output<SecretBackendConnectionRedisArgs>? = null, redisElasticache: Output<SecretBackendConnectionRedisElasticacheArgs>? = null, redshift: Output<SecretBackendConnectionRedshiftArgs>? = null, rootRotationStatements: Output<List<String>>? = null, rotationPeriod: Output<Int>? = null, rotationSchedule: Output<String>? = null, rotationWindow: Output<Int>? = null, snowflake: Output<SecretBackendConnectionSnowflakeArgs>? = null, verifyConnection: Output<Boolean>? = null)