1. Packages
  2. Ibm Provider
  3. API Docs
  4. getLogsRouterTenants
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getLogsRouterTenants

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Using getLogsRouterTenants

    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 getLogsRouterTenants(args: GetLogsRouterTenantsArgs, opts?: InvokeOptions): Promise<GetLogsRouterTenantsResult>
    function getLogsRouterTenantsOutput(args: GetLogsRouterTenantsOutputArgs, opts?: InvokeOptions): Output<GetLogsRouterTenantsResult>
    def get_logs_router_tenants(id: Optional[str] = None,
                                name: Optional[str] = None,
                                region: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetLogsRouterTenantsResult
    def get_logs_router_tenants_output(id: Optional[pulumi.Input[str]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                region: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetLogsRouterTenantsResult]
    func GetLogsRouterTenants(ctx *Context, args *GetLogsRouterTenantsArgs, opts ...InvokeOption) (*GetLogsRouterTenantsResult, error)
    func GetLogsRouterTenantsOutput(ctx *Context, args *GetLogsRouterTenantsOutputArgs, opts ...InvokeOption) GetLogsRouterTenantsResultOutput

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

    public static class GetLogsRouterTenants 
    {
        public static Task<GetLogsRouterTenantsResult> InvokeAsync(GetLogsRouterTenantsArgs args, InvokeOptions? opts = null)
        public static Output<GetLogsRouterTenantsResult> Invoke(GetLogsRouterTenantsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLogsRouterTenantsResult> getLogsRouterTenants(GetLogsRouterTenantsArgs args, InvokeOptions options)
    public static Output<GetLogsRouterTenantsResult> getLogsRouterTenants(GetLogsRouterTenantsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getLogsRouterTenants:getLogsRouterTenants
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Region string
    Id string
    Name string
    Region string
    Id string
    name String
    region String
    id String
    name string
    region string
    id string
    name str
    region str
    id str
    name String
    region String
    id String

    getLogsRouterTenants Result

    The following output properties are available:

    Supporting Types

    GetLogsRouterTenantsTenant

    createdAt String
    crn String
    etag String
    id String
    name String
    targets List<Property Map>
    updatedAt String

    GetLogsRouterTenantsTenantTarget

    createdAt String
    etag String
    id String
    logSinkCrn String
    name String
    parameters List<Property Map>
    type String
    updatedAt String

    GetLogsRouterTenantsTenantTargetParameter

    Host string
    Port double
    Host string
    Port float64
    host String
    port Double
    host string
    port number
    host str
    port float
    host String
    port Number

    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.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud