Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleLoadBalancerMonitorGroup = cloudflare.getLoadBalancerMonitorGroup({
accountId: "023e105f4ecef8ad9ca31a8372d0c353",
monitorGroupId: "17b5962d775c646f3f9725cbc7a53df4",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_load_balancer_monitor_group = cloudflare.get_load_balancer_monitor_group(account_id="023e105f4ecef8ad9ca31a8372d0c353",
monitor_group_id="17b5962d775c646f3f9725cbc7a53df4")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.GetLoadBalancerMonitorGroup(ctx, &cloudflare.LookupLoadBalancerMonitorGroupArgs{
AccountId: "023e105f4ecef8ad9ca31a8372d0c353",
MonitorGroupId: "17b5962d775c646f3f9725cbc7a53df4",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleLoadBalancerMonitorGroup = Cloudflare.GetLoadBalancerMonitorGroup.Invoke(new()
{
AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
MonitorGroupId = "17b5962d775c646f3f9725cbc7a53df4",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetLoadBalancerMonitorGroupArgs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleLoadBalancerMonitorGroup = CloudflareFunctions.getLoadBalancerMonitorGroup(GetLoadBalancerMonitorGroupArgs.builder()
.accountId("023e105f4ecef8ad9ca31a8372d0c353")
.monitorGroupId("17b5962d775c646f3f9725cbc7a53df4")
.build());
}
}
variables:
exampleLoadBalancerMonitorGroup:
fn::invoke:
function: cloudflare:getLoadBalancerMonitorGroup
arguments:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
monitorGroupId: 17b5962d775c646f3f9725cbc7a53df4
pulumi {
required_providers {
cloudflare = {
source = "pulumi/cloudflare"
}
}
}
data "cloudflare_getloadbalancermonitorgroup" "exampleLoadBalancerMonitorGroup" {
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
monitor_group_id = "17b5962d775c646f3f9725cbc7a53df4"
}
Using getLoadBalancerMonitorGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLoadBalancerMonitorGroup(args: GetLoadBalancerMonitorGroupArgs, opts?: InvokeOptions): Promise<GetLoadBalancerMonitorGroupResult>
function getLoadBalancerMonitorGroupOutput(args: GetLoadBalancerMonitorGroupOutputArgs, opts?: InvokeOptions): Output<GetLoadBalancerMonitorGroupResult>def get_load_balancer_monitor_group(account_id: Optional[str] = None,
monitor_group_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLoadBalancerMonitorGroupResult
def get_load_balancer_monitor_group_output(account_id: pulumi.Input[Optional[str]] = None,
monitor_group_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLoadBalancerMonitorGroupResult]func LookupLoadBalancerMonitorGroup(ctx *Context, args *LookupLoadBalancerMonitorGroupArgs, opts ...InvokeOption) (*LookupLoadBalancerMonitorGroupResult, error)
func LookupLoadBalancerMonitorGroupOutput(ctx *Context, args *LookupLoadBalancerMonitorGroupOutputArgs, opts ...InvokeOption) LookupLoadBalancerMonitorGroupResultOutput> Note: This function is named LookupLoadBalancerMonitorGroup in the Go SDK.
public static class GetLoadBalancerMonitorGroup
{
public static Task<GetLoadBalancerMonitorGroupResult> InvokeAsync(GetLoadBalancerMonitorGroupArgs args, InvokeOptions? opts = null)
public static Output<GetLoadBalancerMonitorGroupResult> Invoke(GetLoadBalancerMonitorGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLoadBalancerMonitorGroupResult> getLoadBalancerMonitorGroup(GetLoadBalancerMonitorGroupArgs args, InvokeOptions options)
public static Output<GetLoadBalancerMonitorGroupResult> getLoadBalancerMonitorGroup(GetLoadBalancerMonitorGroupArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getLoadBalancerMonitorGroup:getLoadBalancerMonitorGroup
arguments:
# arguments dictionarydata "cloudflare_get_load_balancer_monitor_group" "name" {
# arguments
}The following arguments are supported:
- Account
Id string - Identifier.
- Monitor
Group stringId
- Account
Id string - Identifier.
- Monitor
Group stringId
- account_
id string - Identifier.
- monitor_
group_ stringid
- account
Id String - Identifier.
- monitor
Group StringId
- account
Id string - Identifier.
- monitor
Group stringId
- account_
id str - Identifier.
- monitor_
group_ strid
- account
Id String - Identifier.
- monitor
Group StringId
getLoadBalancerMonitorGroup Result
The following output properties are available:
- Account
Id string - Identifier.
- Created
On string - The timestamp of when the monitor group was created
- Description string
- A short description of the monitor group
- Id string
- The ID of this resource.
- Members
List<Get
Load Balancer Monitor Group Member> - List of monitors in this group
- Modified
On string - The timestamp of when the monitor group was last updated
- Monitor
Group stringId
- Account
Id string - Identifier.
- Created
On string - The timestamp of when the monitor group was created
- Description string
- A short description of the monitor group
- Id string
- The ID of this resource.
- Members
[]Get
Load Balancer Monitor Group Member - List of monitors in this group
- Modified
On string - The timestamp of when the monitor group was last updated
- Monitor
Group stringId
- account_
id string - Identifier.
- created_
on string - The timestamp of when the monitor group was created
- description string
- A short description of the monitor group
- id string
- The ID of this resource.
- members list(object)
- List of monitors in this group
- modified_
on string - The timestamp of when the monitor group was last updated
- monitor_
group_ stringid
- account
Id String - Identifier.
- created
On String - The timestamp of when the monitor group was created
- description String
- A short description of the monitor group
- id String
- The ID of this resource.
- members
List<Get
Load Balancer Monitor Group Member> - List of monitors in this group
- modified
On String - The timestamp of when the monitor group was last updated
- monitor
Group StringId
- account
Id string - Identifier.
- created
On string - The timestamp of when the monitor group was created
- description string
- A short description of the monitor group
- id string
- The ID of this resource.
- members
Get
Load Balancer Monitor Group Member[] - List of monitors in this group
- modified
On string - The timestamp of when the monitor group was last updated
- monitor
Group stringId
- account_
id str - Identifier.
- created_
on str - The timestamp of when the monitor group was created
- description str
- A short description of the monitor group
- id str
- The ID of this resource.
- members
Sequence[Get
Load Balancer Monitor Group Member] - List of monitors in this group
- modified_
on str - The timestamp of when the monitor group was last updated
- monitor_
group_ strid
- account
Id String - Identifier.
- created
On String - The timestamp of when the monitor group was created
- description String
- A short description of the monitor group
- id String
- The ID of this resource.
- members List<Property Map>
- List of monitors in this group
- modified
On String - The timestamp of when the monitor group was last updated
- monitor
Group StringId
Supporting Types
GetLoadBalancerMonitorGroupMember
- Created
At string - The timestamp of when the monitor was added to the group
- Enabled bool
- Whether this monitor is enabled in the group
- Monitor
Id string - The ID of the Monitor to use for checking the health of origins within this pool.
- Monitoring
Only bool - Whether this monitor is used for monitoring only (does not affect pool health)
- Must
Be boolHealthy - Whether this monitor must be healthy for the pool to be considered healthy
- Updated
At string - The timestamp of when the monitor group member was last updated
- Created
At string - The timestamp of when the monitor was added to the group
- Enabled bool
- Whether this monitor is enabled in the group
- Monitor
Id string - The ID of the Monitor to use for checking the health of origins within this pool.
- Monitoring
Only bool - Whether this monitor is used for monitoring only (does not affect pool health)
- Must
Be boolHealthy - Whether this monitor must be healthy for the pool to be considered healthy
- Updated
At string - The timestamp of when the monitor group member was last updated
- created_
at string - The timestamp of when the monitor was added to the group
- enabled bool
- Whether this monitor is enabled in the group
- monitor_
id string - The ID of the Monitor to use for checking the health of origins within this pool.
- monitoring_
only bool - Whether this monitor is used for monitoring only (does not affect pool health)
- must_
be_ boolhealthy - Whether this monitor must be healthy for the pool to be considered healthy
- updated_
at string - The timestamp of when the monitor group member was last updated
- created
At String - The timestamp of when the monitor was added to the group
- enabled Boolean
- Whether this monitor is enabled in the group
- monitor
Id String - The ID of the Monitor to use for checking the health of origins within this pool.
- monitoring
Only Boolean - Whether this monitor is used for monitoring only (does not affect pool health)
- must
Be BooleanHealthy - Whether this monitor must be healthy for the pool to be considered healthy
- updated
At String - The timestamp of when the monitor group member was last updated
- created
At string - The timestamp of when the monitor was added to the group
- enabled boolean
- Whether this monitor is enabled in the group
- monitor
Id string - The ID of the Monitor to use for checking the health of origins within this pool.
- monitoring
Only boolean - Whether this monitor is used for monitoring only (does not affect pool health)
- must
Be booleanHealthy - Whether this monitor must be healthy for the pool to be considered healthy
- updated
At string - The timestamp of when the monitor group member was last updated
- created_
at str - The timestamp of when the monitor was added to the group
- enabled bool
- Whether this monitor is enabled in the group
- monitor_
id str - The ID of the Monitor to use for checking the health of origins within this pool.
- monitoring_
only bool - Whether this monitor is used for monitoring only (does not affect pool health)
- must_
be_ boolhealthy - Whether this monitor must be healthy for the pool to be considered healthy
- updated_
at str - The timestamp of when the monitor group member was last updated
- created
At String - The timestamp of when the monitor was added to the group
- enabled Boolean
- Whether this monitor is enabled in the group
- monitor
Id String - The ID of the Monitor to use for checking the health of origins within this pool.
- monitoring
Only Boolean - Whether this monitor is used for monitoring only (does not affect pool health)
- must
Be BooleanHealthy - Whether this monitor must be healthy for the pool to be considered healthy
- updated
At String - The timestamp of when the monitor group member was last updated
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi