1. Packages
  2. Ibm Provider
  3. API Docs
  4. getLogsRouterRoutes
ibm 1.88.0 published on Friday, Feb 6, 2026 by ibm-cloud
ibm logo
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 dictionary

    The following arguments are supported:

    Id string
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Name string
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    Id string
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Name string
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    id String
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name String
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    id string
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name string
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    id str
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name str
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    id String
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name String
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.

    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 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Routes List<GetLogsRouterRoutesRoute>
    (List) A list of route resources.

    • Constraints: The maximum length is 30 items. The minimum length is 0 items. Nested schema for routes:
    Name string
    (String) The name of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    Id string
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Routes []GetLogsRouterRoutesRoute
    (List) A list of route resources.

    • Constraints: The maximum length is 30 items. The minimum length is 0 items. Nested schema for routes:
    Name string
    (String) The name of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    id String
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    routes List<GetLogsRouterRoutesRoute>
    (List) A list of route resources.

    • Constraints: The maximum length is 30 items. The minimum length is 0 items. Nested schema for routes:
    name String
    (String) The name of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    id string
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    routes GetLogsRouterRoutesRoute[]
    (List) A list of route resources.

    • Constraints: The maximum length is 30 items. The minimum length is 0 items. Nested schema for routes:
    name string
    (String) The name of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    id str
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    routes Sequence[GetLogsRouterRoutesRoute]
    (List) A list of route resources.

    • Constraints: The maximum length is 30 items. The minimum length is 0 items. Nested schema for routes:
    name str
    (String) The name of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    id String
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    routes List<Property Map>
    (List) A list of route resources.

    • Constraints: The maximum length is 30 items. The minimum length is 0 items. Nested schema for routes:
    name String
    (String) The name of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.

    Supporting Types

    GetLogsRouterRoutesRoute

    CreatedAt 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 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    Id string
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    ManagedBy string
    (String) Present when the route is enterprise-managed (managed_by: enterprise).

    • Constraints: Allowable values are: enterprise, account.
    Name string
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    Rules List<GetLogsRouterRoutesRouteRule>
    (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 10 items. The minimum length is 1 item. Nested schema for rules:
    UpdatedAt string
    (String) The timestamp of the route last updated time.
    CreatedAt 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 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    Id string
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    ManagedBy string
    (String) Present when the route is enterprise-managed (managed_by: enterprise).

    • Constraints: Allowable values are: enterprise, account.
    Name string
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    Rules []GetLogsRouterRoutesRouteRule
    (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 10 items. The minimum length is 1 item. Nested schema for rules:
    UpdatedAt string
    (String) The timestamp of the route last updated time.
    createdAt 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 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id String
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    managedBy String
    (String) Present when the route is enterprise-managed (managed_by: enterprise).

    • Constraints: Allowable values are: enterprise, account.
    name String
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    rules List<GetLogsRouterRoutesRouteRule>
    (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 10 items. The minimum length is 1 item. Nested schema for rules:
    updatedAt String
    (String) The timestamp of the route last updated time.
    createdAt 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 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id string
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    managedBy string
    (String) Present when the route is enterprise-managed (managed_by: enterprise).

    • Constraints: Allowable values are: enterprise, account.
    name string
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    rules GetLogsRouterRoutesRouteRule[]
    (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 10 items. The minimum length is 1 item. Nested schema for rules:
    updatedAt 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 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id str
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    managed_by str
    (String) Present when the route is enterprise-managed (managed_by: enterprise).

    • Constraints: Allowable values are: enterprise, account.
    name str
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    rules Sequence[GetLogsRouterRoutesRouteRule]
    (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 10 items. The minimum length is 1 item. Nested schema for rules:
    updated_at str
    (String) The timestamp of the route last updated time.
    createdAt 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 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id String
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    managedBy String
    (String) Present when the route is enterprise-managed (managed_by: enterprise).

    • Constraints: Allowable values are: enterprise, account.
    name String
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    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 10 items. The minimum length is 1 item. Nested schema for rules:
    updatedAt String
    (String) The timestamp of the route last updated time.

    GetLogsRouterRoutesRouteRule

    Action string
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    InclusionFilters List<GetLogsRouterRoutesRouteRuleInclusionFilter>
    (List) A list of conditions to be satisfied for routing platform logs to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested schema for inclusion_filters:
    Targets List<GetLogsRouterRoutesRouteRuleTarget>
    (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 3 items. The minimum length is 0 items. Nested schema for targets:
    Action string
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    InclusionFilters []GetLogsRouterRoutesRouteRuleInclusionFilter
    (List) A list of conditions to be satisfied for routing platform logs to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested schema for inclusion_filters:
    Targets []GetLogsRouterRoutesRouteRuleTarget
    (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 3 items. The minimum length is 0 items. Nested schema for targets:
    action String
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    inclusionFilters List<GetLogsRouterRoutesRouteRuleInclusionFilter>
    (List) A list of conditions to be satisfied for routing platform logs to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested schema for inclusion_filters:
    targets List<GetLogsRouterRoutesRouteRuleTarget>
    (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 3 items. The minimum length is 0 items. Nested schema for targets:
    action string
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    inclusionFilters GetLogsRouterRoutesRouteRuleInclusionFilter[]
    (List) A list of conditions to be satisfied for routing platform logs to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested schema for inclusion_filters:
    targets GetLogsRouterRoutesRouteRuleTarget[]
    (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 3 items. The minimum length is 0 items. Nested schema for targets:
    action str
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    inclusion_filters Sequence[GetLogsRouterRoutesRouteRuleInclusionFilter]
    (List) A list of conditions to be satisfied for routing platform logs to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested schema for inclusion_filters:
    targets Sequence[GetLogsRouterRoutesRouteRuleTarget]
    (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 3 items. The minimum length is 0 items. Nested schema for targets:
    action String
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    inclusionFilters List<Property Map>
    (List) A list of conditions to be satisfied for routing platform logs to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested schema for inclusion_filters:
    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 3 items. The minimum length is 0 items. Nested schema for targets:

    GetLogsRouterRoutesRouteRuleInclusionFilter

    Operand string
    (String) Part of CRN that can be compared with values. Currently only location is supported.

    • Constraints: Allowable values are: location.
    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.
    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 is 1 item.
    Operand string
    (String) Part of CRN that can be compared with values. Currently only location is supported.

    • Constraints: Allowable values are: location.
    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.
    Values []string
    (List) The provided string values of the operand to be compared with.

    • Constraints: The maximum length is 20 items. The minimum length is 1 item.
    operand String
    (String) Part of CRN that can be compared with values. Currently only location is supported.

    • Constraints: Allowable values are: location.
    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.
    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 is 1 item.
    operand string
    (String) Part of CRN that can be compared with values. Currently only location is supported.

    • Constraints: Allowable values are: location.
    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.
    values string[]
    (List) The provided string values of the operand to be compared with.

    • Constraints: The maximum length is 20 items. The minimum length is 1 item.
    operand str
    (String) Part of CRN that can be compared with values. Currently only location is supported.

    • Constraints: Allowable values are: location.
    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.
    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 is 1 item.
    operand String
    (String) Part of CRN that can be compared with values. Currently only location is supported.

    • Constraints: Allowable values are: location.
    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.
    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 is 1 item.

    GetLogsRouterRoutesRouteRuleTarget

    Crn string
    (String) The CRN of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    Id string
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Name string
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    TargetType string
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_logs.
    Crn string
    (String) The CRN of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    Id string
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Name string
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    TargetType string
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_logs.
    crn String
    (String) The CRN of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id String
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name String
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    targetType String
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_logs.
    crn string
    (String) The CRN of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id string
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name string
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    targetType string
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_logs.
    crn str
    (String) The CRN of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id str
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name str
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    target_type str
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_logs.
    crn String
    (String) The CRN of a pre-defined logs-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id String
    (String) The target uuid for a pre-defined platform logs router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name String
    The name of the route.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character.
    targetType String
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_logs.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.88.0 published on Friday, Feb 6, 2026 by ibm-cloud
      Meet Neo: Your AI Platform Teammate