LoadBalancerPool

class LoadBalancerPool : KotlinCustomResource

Provides a Cloudflare Load Balancer pool resource. This provides a pool of origins that can be used by a Cloudflare Load Balancer.

Example Usage

No Java example available.

Properties

Link copied to clipboard
val accountId: Output<String>?

The account identifier to target for the resource.

Link copied to clipboard
val checkRegions: Output<List<String>>

A list of regions (specified by region code) from which to run health checks. Empty means every Cloudflare data center (the default), but requires an Enterprise plan. Region codes can be found here.

Link copied to clipboard
val createdOn: Output<String>

The RFC3339 timestamp of when the load balancer was created.

Link copied to clipboard
val description: Output<String>?

Free text description.

Link copied to clipboard
val enabled: Output<Boolean>?

Whether to enable (the default) this pool. Disabled pools will not receive traffic and are excluded from health checks. Disabling a pool will cause any load balancers using it to failover to the next pool (if any). Defaults to true.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val latitude: Output<Double>?

The latitude this pool is physically located at; used for proximity steering.

Link copied to clipboard

Setting for controlling load shedding for this pool.

Link copied to clipboard
val longitude: Output<Double>?

The longitude this pool is physically located at; used for proximity steering.

Link copied to clipboard
val minimumOrigins: Output<Int>?

The minimum number of origins that must be healthy for this pool to serve traffic. If the number of healthy origins falls below this number, the pool will be marked unhealthy and we will failover to the next available pool. Defaults to 1.

Link copied to clipboard
val modifiedOn: Output<String>

The RFC3339 timestamp of when the load balancer was last modified.

Link copied to clipboard
val monitor: Output<String>?

The ID of the Monitor to use for health checking origins within this pool.

Link copied to clipboard
val name: Output<String>

A short name (tag) for the pool.

Link copied to clipboard

The email address to send health status notifications to. This can be an individual mailbox or a mailing list. Multiple emails can be supplied as a comma delimited list.

Link copied to clipboard

The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.

Link copied to clipboard

Set an origin steering policy to control origin selection within a pool.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>