Secret Backend Connection Redis Elasticache Args
data class SecretBackendConnectionRedisElasticacheArgs(val password: Output<String>? = null, val region: Output<String>? = null, val url: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<SecretBackendConnectionRedisElasticacheArgs>