Module types/input
APIs
- RouteDestination
- RouteSource
- UpstreamHealthchecks
- UpstreamHealthchecksActive
- UpstreamHealthchecksActiveHealthy
- UpstreamHealthchecksActiveUnhealthy
- UpstreamHealthchecksPassive
- UpstreamHealthchecksPassiveHealthy
- UpstreamHealthchecksPassiveUnhealthy
APIs
interface RouteDestination
interface RouteDestinationproperty ip
ip?: pulumi.Input<string>;property port
port?: pulumi.Input<number>;interface RouteSource
interface RouteSourceproperty ip
ip?: pulumi.Input<string>;property port
port?: pulumi.Input<number>;interface UpstreamHealthchecks
interface UpstreamHealthchecksproperty active
active?: pulumi.Input<UpstreamHealthchecksActive>;property passive
passive?: pulumi.Input<UpstreamHealthchecksPassive>;interface UpstreamHealthchecksActive
interface UpstreamHealthchecksActiveproperty concurrency
concurrency?: pulumi.Input<number>;property healthy
healthy?: pulumi.Input<UpstreamHealthchecksActiveHealthy>;property httpPath
httpPath?: pulumi.Input<string>;property httpsSni
httpsSni?: pulumi.Input<string>;property httpsVerifyCertificate
httpsVerifyCertificate?: pulumi.Input<boolean>;property timeout
timeout?: pulumi.Input<number>;property type
type?: pulumi.Input<string>;property unhealthy
unhealthy?: pulumi.Input<UpstreamHealthchecksActiveUnhealthy>;interface UpstreamHealthchecksActiveHealthy
interface UpstreamHealthchecksActiveHealthyproperty httpStatuses
httpStatuses?: pulumi.Input<pulumi.Input<number>[]>;property interval
interval?: pulumi.Input<number>;property successes
successes?: pulumi.Input<number>;interface UpstreamHealthchecksActiveUnhealthy
interface UpstreamHealthchecksActiveUnhealthyproperty httpFailures
httpFailures?: pulumi.Input<number>;property httpStatuses
httpStatuses?: pulumi.Input<pulumi.Input<number>[]>;property interval
interval?: pulumi.Input<number>;property tcpFailures
tcpFailures?: pulumi.Input<number>;property timeouts
timeouts?: pulumi.Input<number>;interface UpstreamHealthchecksPassive
interface UpstreamHealthchecksPassiveproperty healthy
healthy?: pulumi.Input<UpstreamHealthchecksPassiveHealthy>;property type
type?: pulumi.Input<string>;property unhealthy
unhealthy?: pulumi.Input<UpstreamHealthchecksPassiveUnhealthy>;interface UpstreamHealthchecksPassiveHealthy
interface UpstreamHealthchecksPassiveHealthyproperty httpStatuses
httpStatuses?: pulumi.Input<pulumi.Input<number>[]>;property successes
successes?: pulumi.Input<number>;interface UpstreamHealthchecksPassiveUnhealthy
interface UpstreamHealthchecksPassiveUnhealthyproperty httpFailures
httpFailures?: pulumi.Input<number>;property httpStatuses
httpStatuses?: pulumi.Input<pulumi.Input<number>[]>;property tcpFailures
tcpFailures?: pulumi.Input<number>;property timeouts
timeouts?: pulumi.Input<number>;