ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getLogsRouterTargets
Explore with Pulumi AI
Using getLogsRouterTargets
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 getLogsRouterTargets(args: GetLogsRouterTargetsArgs, opts?: InvokeOptions): Promise<GetLogsRouterTargetsResult>
function getLogsRouterTargetsOutput(args: GetLogsRouterTargetsOutputArgs, opts?: InvokeOptions): Output<GetLogsRouterTargetsResult>def get_logs_router_targets(id: Optional[str] = None,
                            name: Optional[str] = None,
                            region: Optional[str] = None,
                            tenant_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetLogsRouterTargetsResult
def get_logs_router_targets_output(id: Optional[pulumi.Input[str]] = None,
                            name: Optional[pulumi.Input[str]] = None,
                            region: Optional[pulumi.Input[str]] = None,
                            tenant_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetLogsRouterTargetsResult]func GetLogsRouterTargets(ctx *Context, args *GetLogsRouterTargetsArgs, opts ...InvokeOption) (*GetLogsRouterTargetsResult, error)
func GetLogsRouterTargetsOutput(ctx *Context, args *GetLogsRouterTargetsOutputArgs, opts ...InvokeOption) GetLogsRouterTargetsResultOutput> Note: This function is named GetLogsRouterTargets in the Go SDK.
public static class GetLogsRouterTargets 
{
    public static Task<GetLogsRouterTargetsResult> InvokeAsync(GetLogsRouterTargetsArgs args, InvokeOptions? opts = null)
    public static Output<GetLogsRouterTargetsResult> Invoke(GetLogsRouterTargetsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLogsRouterTargetsResult> getLogsRouterTargets(GetLogsRouterTargetsArgs args, InvokeOptions options)
public static Output<GetLogsRouterTargetsResult> getLogsRouterTargets(GetLogsRouterTargetsArgs args, InvokeOptions options)
fn::invoke:
  function: ibm:index/getLogsRouterTargets:getLogsRouterTargets
  arguments:
    # arguments dictionaryThe following arguments are supported:
getLogsRouterTargets Result
The following output properties are available:
Supporting Types
GetLogsRouterTargetsTarget    
- Created
At string - Etag string
 - Id string
 - Log
Sink stringCrn  - Name string
 - Parameters
List<Get
Logs Router Targets Target Parameter>  - Type string
 - Updated
At string 
- Created
At string - Etag string
 - Id string
 - Log
Sink stringCrn  - Name string
 - Parameters
[]Get
Logs Router Targets Target Parameter  - Type string
 - Updated
At string 
- created
At String - etag String
 - id String
 - log
Sink StringCrn  - name String
 - parameters
List<Get
Logs Router Targets Target Parameter>  - type String
 - updated
At String 
- created
At string - etag string
 - id string
 - log
Sink stringCrn  - name string
 - parameters
Get
Logs Router Targets Target Parameter[]  - type string
 - updated
At string 
- created_
at str - etag str
 - id str
 - log_
sink_ strcrn  - name str
 - parameters
Sequence[Get
Logs Router Targets 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 
GetLogsRouterTargetsTargetParameter     
Package Details
- Repository
 - ibm ibm-cloud/terraform-provider-ibm
 - License
 - Notes
 - This Pulumi package is based on the 
ibmTerraform Provider.