1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. cms
  5. getMonitorGroupInstances
Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi

alicloud.cms.getMonitorGroupInstances

Explore with Pulumi AI

Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi

Using getMonitorGroupInstances

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 getMonitorGroupInstances(args: GetMonitorGroupInstancesArgs, opts?: InvokeOptions): Promise<GetMonitorGroupInstancesResult>
function getMonitorGroupInstancesOutput(args: GetMonitorGroupInstancesOutputArgs, opts?: InvokeOptions): Output<GetMonitorGroupInstancesResult>
Copy
def get_monitor_group_instances(ids: Optional[str] = None,
                                keyword: Optional[str] = None,
                                output_file: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetMonitorGroupInstancesResult
def get_monitor_group_instances_output(ids: Optional[pulumi.Input[str]] = None,
                                keyword: Optional[pulumi.Input[str]] = None,
                                output_file: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetMonitorGroupInstancesResult]
Copy
func LookupMonitorGroupInstances(ctx *Context, args *LookupMonitorGroupInstancesArgs, opts ...InvokeOption) (*LookupMonitorGroupInstancesResult, error)
func LookupMonitorGroupInstancesOutput(ctx *Context, args *LookupMonitorGroupInstancesOutputArgs, opts ...InvokeOption) LookupMonitorGroupInstancesResultOutput
Copy

> Note: This function is named LookupMonitorGroupInstances in the Go SDK.

public static class GetMonitorGroupInstances 
{
    public static Task<GetMonitorGroupInstancesResult> InvokeAsync(GetMonitorGroupInstancesArgs args, InvokeOptions? opts = null)
    public static Output<GetMonitorGroupInstancesResult> Invoke(GetMonitorGroupInstancesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetMonitorGroupInstancesResult> getMonitorGroupInstances(GetMonitorGroupInstancesArgs args, InvokeOptions options)
public static Output<GetMonitorGroupInstancesResult> getMonitorGroupInstances(GetMonitorGroupInstancesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: alicloud:cms/getMonitorGroupInstances:getMonitorGroupInstances
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Ids
This property is required.
Changes to this property will trigger replacement.
string
Keyword Changes to this property will trigger replacement. string
OutputFile string
Ids
This property is required.
Changes to this property will trigger replacement.
string
Keyword Changes to this property will trigger replacement. string
OutputFile string
ids
This property is required.
Changes to this property will trigger replacement.
String
keyword Changes to this property will trigger replacement. String
outputFile String
ids
This property is required.
Changes to this property will trigger replacement.
string
keyword Changes to this property will trigger replacement. string
outputFile string
ids
This property is required.
Changes to this property will trigger replacement.
str
keyword Changes to this property will trigger replacement. str
output_file str
ids
This property is required.
Changes to this property will trigger replacement.
String
keyword Changes to this property will trigger replacement. String
outputFile String

getMonitorGroupInstances Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Ids string
Instances List<Pulumi.AliCloud.Cms.Outputs.GetMonitorGroupInstancesInstance>
Keyword string
OutputFile string
Id string
The provider-assigned unique ID for this managed resource.
Ids string
Instances []GetMonitorGroupInstancesInstance
Keyword string
OutputFile string
id String
The provider-assigned unique ID for this managed resource.
ids String
instances List<GetMonitorGroupInstancesInstance>
keyword String
outputFile String
id string
The provider-assigned unique ID for this managed resource.
ids string
instances GetMonitorGroupInstancesInstance[]
keyword string
outputFile string
id str
The provider-assigned unique ID for this managed resource.
ids str
instances Sequence[GetMonitorGroupInstancesInstance]
keyword str
output_file str
id String
The provider-assigned unique ID for this managed resource.
ids String
instances List<Property Map>
keyword String
outputFile String

Supporting Types

GetMonitorGroupInstancesInstance

instances This property is required. List<Property Map>

GetMonitorGroupInstancesInstanceInstance

Category This property is required. string
InstanceId This property is required. string
InstanceName This property is required. string
RegionId This property is required. string
Category This property is required. string
InstanceId This property is required. string
InstanceName This property is required. string
RegionId This property is required. string
category This property is required. String
instanceId This property is required. String
instanceName This property is required. String
regionId This property is required. String
category This property is required. string
instanceId This property is required. string
instanceName This property is required. string
regionId This property is required. string
category This property is required. str
instance_id This property is required. str
instance_name This property is required. str
region_id This property is required. str
category This property is required. String
instanceId This property is required. String
instanceName This property is required. String
regionId This property is required. String

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.
Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi