ibm 1.88.0 published on Friday, Feb 6, 2026 by ibm-cloud
ibm 1.88.0 published on Friday, Feb 6, 2026 by ibm-cloud
Provides a read-only data source to retrieve information about logs_router_routes. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const logsRouterRoutes = ibm.getLogsRouterRoutes({
name: logsRouterRouteInstance.name,
});
import pulumi
import pulumi_ibm as ibm
logs_router_routes = ibm.get_logs_router_routes(name=logs_router_route_instance["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.GetLogsRouterRoutes(ctx, &ibm.GetLogsRouterRoutesArgs{
Name: pulumi.StringRef(logsRouterRouteInstance.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 logsRouterRoutes = Ibm.GetLogsRouterRoutes.Invoke(new()
{
Name = logsRouterRouteInstance.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.GetLogsRouterRoutesArgs;
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 logsRouterRoutes = IbmFunctions.getLogsRouterRoutes(GetLogsRouterRoutesArgs.builder()
.name(logsRouterRouteInstance.name())
.build());
}
}
variables:
logsRouterRoutes:
fn::invoke:
function: ibm:getLogsRouterRoutes
arguments:
name: ${logsRouterRouteInstance.name}
Using getLogsRouterRoutes
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 getLogsRouterRoutes(args: GetLogsRouterRoutesArgs, opts?: InvokeOptions): Promise<GetLogsRouterRoutesResult>
function getLogsRouterRoutesOutput(args: GetLogsRouterRoutesOutputArgs, opts?: InvokeOptions): Output<GetLogsRouterRoutesResult>def get_logs_router_routes(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLogsRouterRoutesResult
def get_logs_router_routes_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLogsRouterRoutesResult]func GetLogsRouterRoutes(ctx *Context, args *GetLogsRouterRoutesArgs, opts ...InvokeOption) (*GetLogsRouterRoutesResult, error)
func GetLogsRouterRoutesOutput(ctx *Context, args *GetLogsRouterRoutesOutputArgs, opts ...InvokeOption) GetLogsRouterRoutesResultOutput> Note: This function is named GetLogsRouterRoutes in the Go SDK.
public static class GetLogsRouterRoutes
{
public static Task<GetLogsRouterRoutesResult> InvokeAsync(GetLogsRouterRoutesArgs args, InvokeOptions? opts = null)
public static Output<GetLogsRouterRoutesResult> Invoke(GetLogsRouterRoutesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLogsRouterRoutesResult> getLogsRouterRoutes(GetLogsRouterRoutesArgs args, InvokeOptions options)
public static Output<GetLogsRouterRoutesResult> getLogsRouterRoutes(GetLogsRouterRoutesArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getLogsRouterRoutes:getLogsRouterRoutes
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- Name string
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- Id string
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- Name string
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- id String
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- name String
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- id string
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- name string
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- id str
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- name str
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- id String
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- name String
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
getLogsRouterRoutes Result
The following output properties are available:
- Id string
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- Routes
List<Get
Logs Router Routes Route> - (List) A list of route resources.
- Constraints: The maximum length is
30items. The minimum length is0items. Nested schema for routes:
- Constraints: The maximum length is
- Name string
- (String) The name of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- Id string
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- Routes
[]Get
Logs Router Routes Route - (List) A list of route resources.
- Constraints: The maximum length is
30items. The minimum length is0items. Nested schema for routes:
- Constraints: The maximum length is
- Name string
- (String) The name of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- id String
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- routes
List<Get
Logs Router Routes Route> - (List) A list of route resources.
- Constraints: The maximum length is
30items. The minimum length is0items. Nested schema for routes:
- Constraints: The maximum length is
- name String
- (String) The name of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- id string
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- routes
Get
Logs Router Routes Route[] - (List) A list of route resources.
- Constraints: The maximum length is
30items. The minimum length is0items. Nested schema for routes:
- Constraints: The maximum length is
- name string
- (String) The name of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- id str
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- routes
Sequence[Get
Logs Router Routes Route] - (List) A list of route resources.
- Constraints: The maximum length is
30items. The minimum length is0items. Nested schema for routes:
- Constraints: The maximum length is
- name str
- (String) The name of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- id String
- (String) The target uuid for a pre-defined platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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
30items. The minimum length is0items. Nested schema for routes:
- Constraints: The maximum length is
- name String
- (String) The name of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
Supporting Types
GetLogsRouterRoutesRoute
- Created
At string - (String) The timestamp of the route creation time.
- Crn string
- (String) The CRN of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- Managed
By string - (String) Present when the route is enterprise-managed (
managed_by: enterprise).- Constraints: Allowable values are:
enterprise,account.
- Constraints: Allowable values are:
- Name string
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- Rules
List<Get
Logs 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
10items. The minimum length is1item. Nested schema 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 logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- Managed
By string - (String) Present when the route is enterprise-managed (
managed_by: enterprise).- Constraints: Allowable values are:
enterprise,account.
- Constraints: Allowable values are:
- Name string
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- Rules
[]Get
Logs 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
10items. The minimum length is1item. Nested schema 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 logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- managed
By String - (String) Present when the route is enterprise-managed (
managed_by: enterprise).- Constraints: Allowable values are:
enterprise,account.
- Constraints: Allowable values are:
- name String
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- rules
List<Get
Logs 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
10items. The minimum length is1item. Nested schema 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 logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- managed
By string - (String) Present when the route is enterprise-managed (
managed_by: enterprise).- Constraints: Allowable values are:
enterprise,account.
- Constraints: Allowable values are:
- name string
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- rules
Get
Logs 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
10items. The minimum length is1item. Nested schema 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 logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- managed_
by str - (String) Present when the route is enterprise-managed (
managed_by: enterprise).- Constraints: Allowable values are:
enterprise,account.
- Constraints: Allowable values are:
- name str
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- rules
Sequence[Get
Logs 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
10items. The minimum length is1item. Nested schema 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 logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- managed
By String - (String) Present when the route is enterprise-managed (
managed_by: enterprise).- Constraints: Allowable values are:
enterprise,account.
- Constraints: Allowable values are:
- name String
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- 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
10items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- updated
At String - (String) The timestamp of the route last updated time.
GetLogsRouterRoutesRouteRule
- Action string
- (String) The action if the inclusion_filters matches, default is
sendaction.- Constraints: Allowable values are:
send,drop.
- Constraints: Allowable values are:
- Inclusion
Filters List<GetLogs Router Routes Route Rule Inclusion Filter> - (List) A list of conditions to be satisfied for routing platform logs to pre-defined target.
- Constraints: The maximum length is
7items. The minimum length is0items. Nested schema for inclusion_filters:
- Constraints: The maximum length is
- Targets
List<Get
Logs Router Routes Route Rule Target> - (List) The target ID List. Platform logs will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3items. The minimum length is0items. Nested schema for targets:
- Constraints: The maximum length is
- Action string
- (String) The action if the inclusion_filters matches, default is
sendaction.- Constraints: Allowable values are:
send,drop.
- Constraints: Allowable values are:
- Inclusion
Filters []GetLogs Router Routes Route Rule Inclusion Filter - (List) A list of conditions to be satisfied for routing platform logs to pre-defined target.
- Constraints: The maximum length is
7items. The minimum length is0items. Nested schema for inclusion_filters:
- Constraints: The maximum length is
- Targets
[]Get
Logs Router Routes Route Rule Target - (List) The target ID List. Platform logs will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3items. The minimum length is0items. Nested schema for targets:
- Constraints: The maximum length is
- action String
- (String) The action if the inclusion_filters matches, default is
sendaction.- Constraints: Allowable values are:
send,drop.
- Constraints: Allowable values are:
- inclusion
Filters List<GetLogs Router Routes Route Rule Inclusion Filter> - (List) A list of conditions to be satisfied for routing platform logs to pre-defined target.
- Constraints: The maximum length is
7items. The minimum length is0items. Nested schema for inclusion_filters:
- Constraints: The maximum length is
- targets
List<Get
Logs Router Routes Route Rule Target> - (List) The target ID List. Platform logs will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3items. The minimum length is0items. Nested schema for targets:
- Constraints: The maximum length is
- action string
- (String) The action if the inclusion_filters matches, default is
sendaction.- Constraints: Allowable values are:
send,drop.
- Constraints: Allowable values are:
- inclusion
Filters GetLogs Router Routes Route Rule Inclusion Filter[] - (List) A list of conditions to be satisfied for routing platform logs to pre-defined target.
- Constraints: The maximum length is
7items. The minimum length is0items. Nested schema for inclusion_filters:
- Constraints: The maximum length is
- targets
Get
Logs Router Routes Route Rule Target[] - (List) The target ID List. Platform logs will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3items. The minimum length is0items. Nested schema for targets:
- Constraints: The maximum length is
- action str
- (String) The action if the inclusion_filters matches, default is
sendaction.- Constraints: Allowable values are:
send,drop.
- Constraints: Allowable values are:
- inclusion_
filters Sequence[GetLogs Router Routes Route Rule Inclusion Filter] - (List) A list of conditions to be satisfied for routing platform logs to pre-defined target.
- Constraints: The maximum length is
7items. The minimum length is0items. Nested schema for inclusion_filters:
- Constraints: The maximum length is
- targets
Sequence[Get
Logs Router Routes Route Rule Target] - (List) The target ID List. Platform logs will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3items. The minimum length is0items. Nested schema for targets:
- Constraints: The maximum length is
- action String
- (String) The action if the inclusion_filters matches, default is
sendaction.- 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 platform logs to pre-defined target.
- Constraints: The maximum length is
7items. The minimum length is0items. Nested schema for inclusion_filters:
- Constraints: The maximum length is
- targets List<Property Map>
- (List) The target ID List. Platform logs will be sent to all targets listed in the rule. You can include targets from other regions.
- Constraints: The maximum length is
3items. The minimum length is0items. Nested schema for targets:
- Constraints: The maximum length is
GetLogsRouterRoutesRouteRuleInclusionFilter
- Operand string
- (String) Part of CRN that can be compared with values. Currently only location is supported.
- Constraints: Allowable values are:
location.
- 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 up to 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
20items. The minimum length is1item.
- Constraints: The maximum length is
- Operand string
- (String) Part of CRN that can be compared with values. Currently only location is supported.
- Constraints: Allowable values are:
location.
- 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 up to 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
20items. The minimum length is1item.
- Constraints: The maximum length is
- operand String
- (String) Part of CRN that can be compared with values. Currently only location is supported.
- Constraints: Allowable values are:
location.
- 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 up to 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
20items. The minimum length is1item.
- Constraints: The maximum length is
- operand string
- (String) Part of CRN that can be compared with values. Currently only location is supported.
- Constraints: Allowable values are:
location.
- 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 up to 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
20items. The minimum length is1item.
- Constraints: The maximum length is
- operand str
- (String) Part of CRN that can be compared with values. Currently only location is supported.
- Constraints: Allowable values are:
location.
- 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 up to 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
20items. The minimum length is1item.
- Constraints: The maximum length is
- operand String
- (String) Part of CRN that can be compared with values. Currently only location is supported.
- Constraints: Allowable values are:
location.
- 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 up to 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
20items. The minimum length is1item.
- Constraints: The maximum length is
GetLogsRouterRoutesRouteRuleTarget
- Crn string
- (String) The CRN of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- Name string
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- Target
Type string - (String) The type of the target.
- Constraints: Allowable values are:
cloud_logs.
- Constraints: Allowable values are:
- Crn string
- (String) The CRN of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- Name string
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- Target
Type string - (String) The type of the target.
- Constraints: Allowable values are:
cloud_logs.
- Constraints: Allowable values are:
- crn String
- (String) The CRN of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- name String
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- target
Type String - (String) The type of the target.
- Constraints: Allowable values are:
cloud_logs.
- Constraints: Allowable values are:
- crn string
- (String) The CRN of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- name string
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- target
Type string - (String) The type of the target.
- Constraints: Allowable values are:
cloud_logs.
- Constraints: Allowable values are:
- crn str
- (String) The CRN of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- name str
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- target_
type str - (String) The type of the target.
- Constraints: Allowable values are:
cloud_logs.
- Constraints: Allowable values are:
- crn String
- (String) The CRN of a pre-defined logs-router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. 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 platform logs router target.
- Constraints: The maximum length is
1000characters. The minimum length is3characters. The value must match regular expression/^[a-zA-Z0-9 \\-._:]+$/.
- Constraints: The maximum length is
- name String
- The name of the route.
- Constraints: The maximum length is
1000characters. The minimum length is1character.
- Constraints: The maximum length is
- target
Type String - (String) The type of the target.
- Constraints: Allowable values are:
cloud_logs.
- Constraints: Allowable values are:
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
ibm 1.88.0 published on Friday, Feb 6, 2026 by ibm-cloud
