portSpecification

@JvmName(name = "yngpfgpfkojjpyqx")
suspend fun portSpecification(value: Output<String>)
@JvmName(name = "bhyarwutalpomddt")
suspend fun portSpecification(value: String?)

Parameters

value

Specifies how port is selected for health checking, can be one of the following values:

  • USE_FIXED_PORT: The port number in port is used for health checking.

  • USE_NAMED_PORT: The portName is used for health checking.

  • USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, HTTP health check follows behavior specified in port and portName fields. Possible values are: USE_FIXED_PORT, USE_NAMED_PORT, USE_SERVING_PORT.