ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getMetricsRouterRoutes
Explore with Pulumi AI
Provides a read-only data source for metrics_router_routes. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const metricsRouterRoutes = ibm.getMetricsRouterRoutes({
name: ibm_metrics_router_route.metrics_router_route.name,
});
import pulumi
import pulumi_ibm as ibm
metrics_router_routes = ibm.get_metrics_router_routes(name=ibm_metrics_router_route["metrics_router_route"]["name"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetMetricsRouterRoutes(ctx, &ibm.GetMetricsRouterRoutesArgs{
Name: pulumi.StringRef(ibm_metrics_router_route.Metrics_router_route.Name),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var metricsRouterRoutes = Ibm.GetMetricsRouterRoutes.Invoke(new()
{
Name = ibm_metrics_router_route.Metrics_router_route.Name,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetMetricsRouterRoutesArgs;
import java.util.List;
import java.util.ArrayList;
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 metricsRouterRoutes = IbmFunctions.getMetricsRouterRoutes(GetMetricsRouterRoutesArgs.builder()
.name(ibm_metrics_router_route.metrics_router_route().name())
.build());
}
}
variables:
metricsRouterRoutes:
fn::invoke:
function: ibm:getMetricsRouterRoutes
arguments:
name: ${ibm_metrics_router_route.metrics_router_route.name}
Using getMetricsRouterRoutes
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 getMetricsRouterRoutes(args: GetMetricsRouterRoutesArgs, opts?: InvokeOptions): Promise<GetMetricsRouterRoutesResult>
function getMetricsRouterRoutesOutput(args: GetMetricsRouterRoutesOutputArgs, opts?: InvokeOptions): Output<GetMetricsRouterRoutesResult>
def get_metrics_router_routes(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMetricsRouterRoutesResult
def get_metrics_router_routes_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMetricsRouterRoutesResult]
func GetMetricsRouterRoutes(ctx *Context, args *GetMetricsRouterRoutesArgs, opts ...InvokeOption) (*GetMetricsRouterRoutesResult, error)
func GetMetricsRouterRoutesOutput(ctx *Context, args *GetMetricsRouterRoutesOutputArgs, opts ...InvokeOption) GetMetricsRouterRoutesResultOutput
> Note: This function is named GetMetricsRouterRoutes
in the Go SDK.
public static class GetMetricsRouterRoutes
{
public static Task<GetMetricsRouterRoutesResult> InvokeAsync(GetMetricsRouterRoutesArgs args, InvokeOptions? opts = null)
public static Output<GetMetricsRouterRoutesResult> Invoke(GetMetricsRouterRoutesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMetricsRouterRoutesResult> getMetricsRouterRoutes(GetMetricsRouterRoutesArgs args, InvokeOptions options)
public static Output<GetMetricsRouterRoutesResult> getMetricsRouterRoutes(GetMetricsRouterRoutesArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getMetricsRouterRoutes:getMetricsRouterRoutes
arguments:
# arguments dictionary
The following arguments are supported:
getMetricsRouterRoutes Result
The following output properties are available:
- Id string
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- Routes
List<Get
Metrics Router Routes Route> - (List) A list of route resources.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for routes:
- Constraints: The maximum length is
- Name string
- (String) The name of a pre-defined metrics-router target.
- Id string
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- Routes
[]Get
Metrics Router Routes Route - (List) A list of route resources.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for routes:
- Constraints: The maximum length is
- Name string
- (String) The name of a pre-defined metrics-router target.
- id String
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- routes
List<Get
Metrics Router Routes Route> - (List) A list of route resources.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for routes:
- Constraints: The maximum length is
- name String
- (String) The name of a pre-defined metrics-router target.
- id string
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- routes
Get
Metrics Router Routes Route[] - (List) A list of route resources.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for routes:
- Constraints: The maximum length is
- name string
- (String) The name of a pre-defined metrics-router target.
- id str
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- routes
Sequence[Get
Metrics Router Routes Route] - (List) A list of route resources.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for routes:
- Constraints: The maximum length is
- name str
- (String) The name of a pre-defined metrics-router target.
- id String
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- routes List<Property Map>
- (List) A list of route resources.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for routes:
- Constraints: The maximum length is
- name String
- (String) The name of a pre-defined metrics-router target.
Supporting Types
GetMetricsRouterRoutesRoute
- Created
At string - (String) The timestamp of the route creation time.
- Crn string
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- Name string
- The name of the route.
- Rules
List<Get
Metrics Router Routes Route Rule> - (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for rules:
- Constraints: The maximum length is
- Updated
At string - (String) The timestamp of the route last updated time.
- Created
At string - (String) The timestamp of the route creation time.
- Crn string
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- Name string
- The name of the route.
- Rules
[]Get
Metrics Router Routes Route Rule - (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for rules:
- Constraints: The maximum length is
- Updated
At string - (String) The timestamp of the route last updated time.
- created
At String - (String) The timestamp of the route creation time.
- crn String
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- name String
- The name of the route.
- rules
List<Get
Metrics Router Routes Route Rule> - (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for rules:
- Constraints: The maximum length is
- updated
At String - (String) The timestamp of the route last updated time.
- created
At string - (String) The timestamp of the route creation time.
- crn string
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- id string
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- name string
- The name of the route.
- rules
Get
Metrics Router Routes Route Rule[] - (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for rules:
- Constraints: The maximum length is
- updated
At string - (String) The timestamp of the route last updated time.
- created_
at str - (String) The timestamp of the route creation time.
- crn str
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- id str
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- name str
- The name of the route.
- rules
Sequence[Get
Metrics Router Routes Route Rule] - (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for rules:
- Constraints: The maximum length is
- updated_
at str - (String) The timestamp of the route last updated time.
- created
At String - (String) The timestamp of the route creation time.
- crn String
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- name String
- The name of the route.
- rules List<Property Map>
- (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.
- Constraints: The maximum length is
4
items. The minimum length is0
items. Nested scheme for rules:
- Constraints: The maximum length is
- updated
At String - (String) The timestamp of the route last updated time.
GetMetricsRouterRoutesRouteRule
- Action string
- (String) The action if the inclusion_filters matches, default is
send
action.- Constraints: Allowable values are:
send
,drop
.
- Constraints: Allowable values are:
- Inclusion
Filters List<GetMetrics Router Routes Route Rule Inclusion Filter> - (List) A list of conditions to be satisfied for routing metrics to pre-defined target.
- Constraints: The maximum length is
7
items. The minimum length is0
items. Nested scheme for inclusion_filters:
- Constraints: The maximum length is
- Targets
List<Get
Metrics Router Routes Route Rule Target> - (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3
items. The minimum length is0
items. Nested scheme for targets:
- Constraints: The maximum length is
- Action string
- (String) The action if the inclusion_filters matches, default is
send
action.- Constraints: Allowable values are:
send
,drop
.
- Constraints: Allowable values are:
- Inclusion
Filters []GetMetrics Router Routes Route Rule Inclusion Filter - (List) A list of conditions to be satisfied for routing metrics to pre-defined target.
- Constraints: The maximum length is
7
items. The minimum length is0
items. Nested scheme for inclusion_filters:
- Constraints: The maximum length is
- Targets
[]Get
Metrics Router Routes Route Rule Target - (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3
items. The minimum length is0
items. Nested scheme for targets:
- Constraints: The maximum length is
- action String
- (String) The action if the inclusion_filters matches, default is
send
action.- Constraints: Allowable values are:
send
,drop
.
- Constraints: Allowable values are:
- inclusion
Filters List<GetMetrics Router Routes Route Rule Inclusion Filter> - (List) A list of conditions to be satisfied for routing metrics to pre-defined target.
- Constraints: The maximum length is
7
items. The minimum length is0
items. Nested scheme for inclusion_filters:
- Constraints: The maximum length is
- targets
List<Get
Metrics Router Routes Route Rule Target> - (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3
items. The minimum length is0
items. Nested scheme for targets:
- Constraints: The maximum length is
- action string
- (String) The action if the inclusion_filters matches, default is
send
action.- Constraints: Allowable values are:
send
,drop
.
- Constraints: Allowable values are:
- inclusion
Filters GetMetrics Router Routes Route Rule Inclusion Filter[] - (List) A list of conditions to be satisfied for routing metrics to pre-defined target.
- Constraints: The maximum length is
7
items. The minimum length is0
items. Nested scheme for inclusion_filters:
- Constraints: The maximum length is
- targets
Get
Metrics Router Routes Route Rule Target[] - (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3
items. The minimum length is0
items. Nested scheme for targets:
- Constraints: The maximum length is
- action str
- (String) The action if the inclusion_filters matches, default is
send
action.- Constraints: Allowable values are:
send
,drop
.
- Constraints: Allowable values are:
- inclusion_
filters Sequence[GetMetrics Router Routes Route Rule Inclusion Filter] - (List) A list of conditions to be satisfied for routing metrics to pre-defined target.
- Constraints: The maximum length is
7
items. The minimum length is0
items. Nested scheme for inclusion_filters:
- Constraints: The maximum length is
- targets
Sequence[Get
Metrics Router Routes Route Rule Target] - (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3
items. The minimum length is0
items. Nested scheme for targets:
- Constraints: The maximum length is
- action String
- (String) The action if the inclusion_filters matches, default is
send
action.- Constraints: Allowable values are:
send
,drop
.
- Constraints: Allowable values are:
- inclusion
Filters List<Property Map> - (List) A list of conditions to be satisfied for routing metrics to pre-defined target.
- Constraints: The maximum length is
7
items. The minimum length is0
items. Nested scheme for inclusion_filters:
- Constraints: The maximum length is
- targets List<Property Map>
- (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3
items. The minimum length is0
items. Nested scheme for targets:
- Constraints: The maximum length is
GetMetricsRouterRoutesRouteRuleInclusionFilter
- Operand string
- (String) Part of CRN that can be compared with values.
- Constraints: Allowable values are:
location
,service_name
,service_instance
,resource_type
,resource
.
- Constraints: Allowable values are:
- Operator string
- (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.
- Constraints: Allowable values are:
is
,in
.
- Constraints: Allowable values are:
- Values List<string>
- (List) The provided string values of the operand to be compared with.
- Constraints: The maximum length is
20
items. The minimum length is1
item.
- Constraints: The maximum length is
- Operand string
- (String) Part of CRN that can be compared with values.
- Constraints: Allowable values are:
location
,service_name
,service_instance
,resource_type
,resource
.
- Constraints: Allowable values are:
- Operator string
- (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.
- Constraints: Allowable values are:
is
,in
.
- Constraints: Allowable values are:
- Values []string
- (List) The provided string values of the operand to be compared with.
- Constraints: The maximum length is
20
items. The minimum length is1
item.
- Constraints: The maximum length is
- operand String
- (String) Part of CRN that can be compared with values.
- Constraints: Allowable values are:
location
,service_name
,service_instance
,resource_type
,resource
.
- Constraints: Allowable values are:
- operator String
- (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.
- Constraints: Allowable values are:
is
,in
.
- Constraints: Allowable values are:
- values List<String>
- (List) The provided string values of the operand to be compared with.
- Constraints: The maximum length is
20
items. The minimum length is1
item.
- Constraints: The maximum length is
- operand string
- (String) Part of CRN that can be compared with values.
- Constraints: Allowable values are:
location
,service_name
,service_instance
,resource_type
,resource
.
- Constraints: Allowable values are:
- operator string
- (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.
- Constraints: Allowable values are:
is
,in
.
- Constraints: Allowable values are:
- values string[]
- (List) The provided string values of the operand to be compared with.
- Constraints: The maximum length is
20
items. The minimum length is1
item.
- Constraints: The maximum length is
- operand str
- (String) Part of CRN that can be compared with values.
- Constraints: Allowable values are:
location
,service_name
,service_instance
,resource_type
,resource
.
- Constraints: Allowable values are:
- operator str
- (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.
- Constraints: Allowable values are:
is
,in
.
- Constraints: Allowable values are:
- values Sequence[str]
- (List) The provided string values of the operand to be compared with.
- Constraints: The maximum length is
20
items. The minimum length is1
item.
- Constraints: The maximum length is
- operand String
- (String) Part of CRN that can be compared with values.
- Constraints: Allowable values are:
location
,service_name
,service_instance
,resource_type
,resource
.
- Constraints: Allowable values are:
- operator String
- (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.
- Constraints: Allowable values are:
is
,in
.
- Constraints: Allowable values are:
- values List<String>
- (List) The provided string values of the operand to be compared with.
- Constraints: The maximum length is
20
items. The minimum length is1
item.
- Constraints: The maximum length is
GetMetricsRouterRoutesRouteRuleTarget
- Crn string
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- Name string
- The name of the route.
- Target
Type string - (String) The type of the target.
- Constraints: Allowable values are:
sysdig_monitor
.
- Constraints: Allowable values are:
- Crn string
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- Name string
- The name of the route.
- Target
Type string - (String) The type of the target.
- Constraints: Allowable values are:
sysdig_monitor
.
- Constraints: Allowable values are:
- crn String
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- name String
- The name of the route.
- target
Type String - (String) The type of the target.
- Constraints: Allowable values are:
sysdig_monitor
.
- Constraints: Allowable values are:
- crn string
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- id string
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- name string
- The name of the route.
- target
Type string - (String) The type of the target.
- Constraints: Allowable values are:
sysdig_monitor
.
- Constraints: Allowable values are:
- crn str
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- id str
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- name str
- The name of the route.
- target_
type str - (String) The type of the target.
- Constraints: Allowable values are:
sysdig_monitor
.
- Constraints: Allowable values are:
- crn String
- (String) The CRN of a pre-defined metrics-router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The target uuid for a pre-defined metrics router target.
- Constraints: The maximum length is
1000
characters. The minimum length is3
characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/
.
- Constraints: The maximum length is
- name String
- The name of the route.
- target
Type String - (String) The type of the target.
- Constraints: Allowable values are:
sysdig_monitor
.
- Constraints: Allowable values are:
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.