ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getLogsRouterTenants
Explore with Pulumi AI
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:
getLogsRouterTenants Result
The following output properties are available:
- Id string
- Name string
- Region string
- Tenants
List<Get
Logs Router Tenants Tenant>
- Id string
- Name string
- Region string
- Tenants
[]Get
Logs Router Tenants Tenant
- id String
- name String
- region String
- tenants
List<Get
Logs Router Tenants Tenant>
- id string
- name string
- region string
- tenants
Get
Logs Router Tenants Tenant[]
- id String
- name String
- region String
- tenants List<Property Map>
Supporting Types
GetLogsRouterTenantsTenant
- created_
at str - crn str
- etag str
- id str
- name str
- targets
Sequence[Get
Logs Router Tenants Tenant Target] - updated_
at str
GetLogsRouterTenantsTenantTarget
- Created
At string - Etag string
- Id string
- Log
Sink stringCrn - Name string
- Parameters
List<Get
Logs Router Tenants Tenant Target Parameter> - Type string
- Updated
At string
- Created
At string - Etag string
- Id string
- Log
Sink stringCrn - Name string
- Parameters
[]Get
Logs Router Tenants Tenant Target Parameter - Type string
- Updated
At string
- created
At String - etag String
- id String
- log
Sink StringCrn - name String
- parameters
List<Get
Logs Router Tenants Tenant Target Parameter> - type String
- updated
At String
- created
At string - etag string
- id string
- log
Sink stringCrn - name string
- parameters
Get
Logs Router Tenants Tenant Target Parameter[] - type string
- updated
At string
- created_
at str - etag str
- id str
- log_
sink_ strcrn - name str
- parameters
Sequence[Get
Logs Router Tenants Tenant Target Parameter] - type str
- updated_
at str
- created
At String - etag String
- id String
- log
Sink StringCrn - name String
- parameters List<Property Map>
- type String
- updated
At String
GetLogsRouterTenantsTenantTargetParameter
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.