Application Gateway Http Listener Args
data class ApplicationGatewayHttpListenerArgs(val customErrorConfigurations: Output<List<ApplicationGatewayCustomErrorArgs>>? = null, val firewallPolicy: Output<SubResourceArgs>? = null, val frontendIPConfiguration: Output<SubResourceArgs>? = null, val frontendPort: Output<SubResourceArgs>? = null, val hostName: Output<String>? = null, val hostNames: Output<List<String>>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, val requireServerNameIndication: Output<Boolean>? = null, val sslCertificate: Output<SubResourceArgs>? = null, val sslProfile: Output<SubResourceArgs>? = null) : ConvertibleToJava<ApplicationGatewayHttpListenerArgs>
Http listener of an application gateway.
Constructors
Link copied to clipboard
fun ApplicationGatewayHttpListenerArgs(customErrorConfigurations: Output<List<ApplicationGatewayCustomErrorArgs>>? = null, firewallPolicy: Output<SubResourceArgs>? = null, frontendIPConfiguration: Output<SubResourceArgs>? = null, frontendPort: Output<SubResourceArgs>? = null, hostName: Output<String>? = null, hostNames: Output<List<String>>? = null, id: Output<String>? = null, name: Output<String>? = null, protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, requireServerNameIndication: Output<Boolean>? = null, sslCertificate: Output<SubResourceArgs>? = null, sslProfile: Output<SubResourceArgs>? = null)