ApplicationTomcatConfigV2Args

data class ApplicationTomcatConfigV2Args(val contextPath: Output<String>? = null, val maxThreads: Output<Int>? = null, val port: Output<Int>? = null, val uriEncoding: Output<String>? = null, val useBodyEncodingForUri: Output<String>? = null) : ConvertibleToJava<ApplicationTomcatConfigV2Args>

Constructors

Link copied to clipboard
constructor(contextPath: Output<String>? = null, maxThreads: Output<Int>? = null, port: Output<Int>? = null, uriEncoding: Output<String>? = null, useBodyEncodingForUri: Output<String>? = null)

Properties

Link copied to clipboard
val contextPath: Output<String>? = null

The path.

Link copied to clipboard
val maxThreads: Output<Int>? = null

The maximum number of connections in the connection pool.

Link copied to clipboard
val port: Output<Int>? = null

The port.

Link copied to clipboard
val uriEncoding: Output<String>? = null

The URI encoding scheme in the Tomcat container.

Link copied to clipboard
val useBodyEncodingForUri: Output<String>? = null

Specifies whether to use the encoding scheme that is specified by BodyEncoding for URL.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationTomcatConfigV2Args