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

ibm.getAtrackerTargets

Explore with Pulumi AI

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

    Provides a read-only data source to retrieve information about atracker_targets. 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 atrackerTargets = ibm.getAtrackerTargets({
        name: "a-cos-target-us-south",
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    atracker_targets = ibm.get_atracker_targets(name="a-cos-target-us-south")
    
    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.GetAtrackerTargets(ctx, &ibm.GetAtrackerTargetsArgs{
    			Name: pulumi.StringRef("a-cos-target-us-south"),
    		}, 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 atrackerTargets = Ibm.GetAtrackerTargets.Invoke(new()
        {
            Name = "a-cos-target-us-south",
        });
    
    });
    
    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.GetAtrackerTargetsArgs;
    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 atrackerTargets = IbmFunctions.getAtrackerTargets(GetAtrackerTargetsArgs.builder()
                .name("a-cos-target-us-south")
                .build());
    
        }
    }
    
    variables:
      atrackerTargets:
        fn::invoke:
          function: ibm:getAtrackerTargets
          arguments:
            name: a-cos-target-us-south
    

    Using getAtrackerTargets

    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 getAtrackerTargets(args: GetAtrackerTargetsArgs, opts?: InvokeOptions): Promise<GetAtrackerTargetsResult>
    function getAtrackerTargetsOutput(args: GetAtrackerTargetsOutputArgs, opts?: InvokeOptions): Output<GetAtrackerTargetsResult>
    def get_atracker_targets(id: Optional[str] = None,
                             name: Optional[str] = None,
                             region: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetAtrackerTargetsResult
    def get_atracker_targets_output(id: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             region: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetAtrackerTargetsResult]
    func GetAtrackerTargets(ctx *Context, args *GetAtrackerTargetsArgs, opts ...InvokeOption) (*GetAtrackerTargetsResult, error)
    func GetAtrackerTargetsOutput(ctx *Context, args *GetAtrackerTargetsOutputArgs, opts ...InvokeOption) GetAtrackerTargetsResultOutput

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

    public static class GetAtrackerTargets 
    {
        public static Task<GetAtrackerTargetsResult> InvokeAsync(GetAtrackerTargetsArgs args, InvokeOptions? opts = null)
        public static Output<GetAtrackerTargetsResult> Invoke(GetAtrackerTargetsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAtrackerTargetsResult> getAtrackerTargets(GetAtrackerTargetsArgs args, InvokeOptions options)
    public static Output<GetAtrackerTargetsResult> getAtrackerTargets(GetAtrackerTargetsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getAtrackerTargets:getAtrackerTargets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    (String) The uuid of the target resource.
    Name string
    The name of the target resource.
    Region string
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.
    Id string
    (String) The uuid of the target resource.
    Name string
    The name of the target resource.
    Region string
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.
    id String
    (String) The uuid of the target resource.
    name String
    The name of the target resource.
    region String
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.
    id string
    (String) The uuid of the target resource.
    name string
    The name of the target resource.
    region string
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.
    id str
    (String) The uuid of the target resource.
    name str
    The name of the target resource.
    region str
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.
    id String
    (String) The uuid of the target resource.
    name String
    The name of the target resource.
    region String
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.

    getAtrackerTargets Result

    The following output properties are available:

    Id string
    (String) The uuid of the target resource.
    Targets List<GetAtrackerTargetsTarget>
    (List) A list of target resources. Nested schema for targets:
    Name string
    (String) The name of the target resource.
    Region string
    (String) Included this optional field if you used it to create a target in a different region other than the one you are connected.
    Id string
    (String) The uuid of the target resource.
    Targets []GetAtrackerTargetsTarget
    (List) A list of target resources. Nested schema for targets:
    Name string
    (String) The name of the target resource.
    Region string
    (String) Included this optional field if you used it to create a target in a different region other than the one you are connected.
    id String
    (String) The uuid of the target resource.
    targets List<GetAtrackerTargetsTarget>
    (List) A list of target resources. Nested schema for targets:
    name String
    (String) The name of the target resource.
    region String
    (String) Included this optional field if you used it to create a target in a different region other than the one you are connected.
    id string
    (String) The uuid of the target resource.
    targets GetAtrackerTargetsTarget[]
    (List) A list of target resources. Nested schema for targets:
    name string
    (String) The name of the target resource.
    region string
    (String) Included this optional field if you used it to create a target in a different region other than the one you are connected.
    id str
    (String) The uuid of the target resource.
    targets Sequence[GetAtrackerTargetsTarget]
    (List) A list of target resources. Nested schema for targets:
    name str
    (String) The name of the target resource.
    region str
    (String) Included this optional field if you used it to create a target in a different region other than the one you are connected.
    id String
    (String) The uuid of the target resource.
    targets List<Property Map>
    (List) A list of target resources. Nested schema for targets:
    name String
    (String) The name of the target resource.
    region String
    (String) Included this optional field if you used it to create a target in a different region other than the one you are connected.

    Supporting Types

    GetAtrackerTargetsTarget

    ApiVersion double
    (Integer) The API version of the target.

    • Constraints: The maximum value is 2. The minimum value is 2.
    CloudlogsEndpoints List<GetAtrackerTargetsTargetCloudlogsEndpoint>
    (List) Property values for the IBM Cloud Logs endpoint in responses. Nested schema for cloudlogs_endpoint:
    CosEndpoints List<GetAtrackerTargetsTargetCosEndpoint>
    (List) Property values for a Cloud Object Storage Endpoint in responses. Nested schema for cos_endpoint:
    CreatedAt string
    (String) The timestamp of the target creation time.
    Crn string
    (String) The crn of the target resource.
    EventstreamsEndpoints List<GetAtrackerTargetsTargetEventstreamsEndpoint>
    (List) Property values for the Event Streams Endpoint in responses. Nested schema for eventstreams_endpoint:
    Id string
    (String) The uuid of the target resource.
    Message string
    (String) An optional message containing information about the target.
    Name string
    The name of the target resource.
    Region string
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.
    TargetType string
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_object_storage, event_streams, cloud_logs.
    UpdatedAt string
    (String) The timestamp of the target last updated time.
    WriteStatuses List<GetAtrackerTargetsTargetWriteStatus>
    (List) The status of the write attempt to the target with the provided endpoint parameters. Nested schema for write_status:
    ApiVersion float64
    (Integer) The API version of the target.

    • Constraints: The maximum value is 2. The minimum value is 2.
    CloudlogsEndpoints []GetAtrackerTargetsTargetCloudlogsEndpoint
    (List) Property values for the IBM Cloud Logs endpoint in responses. Nested schema for cloudlogs_endpoint:
    CosEndpoints []GetAtrackerTargetsTargetCosEndpoint
    (List) Property values for a Cloud Object Storage Endpoint in responses. Nested schema for cos_endpoint:
    CreatedAt string
    (String) The timestamp of the target creation time.
    Crn string
    (String) The crn of the target resource.
    EventstreamsEndpoints []GetAtrackerTargetsTargetEventstreamsEndpoint
    (List) Property values for the Event Streams Endpoint in responses. Nested schema for eventstreams_endpoint:
    Id string
    (String) The uuid of the target resource.
    Message string
    (String) An optional message containing information about the target.
    Name string
    The name of the target resource.
    Region string
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.
    TargetType string
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_object_storage, event_streams, cloud_logs.
    UpdatedAt string
    (String) The timestamp of the target last updated time.
    WriteStatuses []GetAtrackerTargetsTargetWriteStatus
    (List) The status of the write attempt to the target with the provided endpoint parameters. Nested schema for write_status:
    apiVersion Double
    (Integer) The API version of the target.

    • Constraints: The maximum value is 2. The minimum value is 2.
    cloudlogsEndpoints List<GetAtrackerTargetsTargetCloudlogsEndpoint>
    (List) Property values for the IBM Cloud Logs endpoint in responses. Nested schema for cloudlogs_endpoint:
    cosEndpoints List<GetAtrackerTargetsTargetCosEndpoint>
    (List) Property values for a Cloud Object Storage Endpoint in responses. Nested schema for cos_endpoint:
    createdAt String
    (String) The timestamp of the target creation time.
    crn String
    (String) The crn of the target resource.
    eventstreamsEndpoints List<GetAtrackerTargetsTargetEventstreamsEndpoint>
    (List) Property values for the Event Streams Endpoint in responses. Nested schema for eventstreams_endpoint:
    id String
    (String) The uuid of the target resource.
    message String
    (String) An optional message containing information about the target.
    name String
    The name of the target resource.
    region String
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.
    targetType String
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_object_storage, event_streams, cloud_logs.
    updatedAt String
    (String) The timestamp of the target last updated time.
    writeStatuses List<GetAtrackerTargetsTargetWriteStatus>
    (List) The status of the write attempt to the target with the provided endpoint parameters. Nested schema for write_status:
    apiVersion number
    (Integer) The API version of the target.

    • Constraints: The maximum value is 2. The minimum value is 2.
    cloudlogsEndpoints GetAtrackerTargetsTargetCloudlogsEndpoint[]
    (List) Property values for the IBM Cloud Logs endpoint in responses. Nested schema for cloudlogs_endpoint:
    cosEndpoints GetAtrackerTargetsTargetCosEndpoint[]
    (List) Property values for a Cloud Object Storage Endpoint in responses. Nested schema for cos_endpoint:
    createdAt string
    (String) The timestamp of the target creation time.
    crn string
    (String) The crn of the target resource.
    eventstreamsEndpoints GetAtrackerTargetsTargetEventstreamsEndpoint[]
    (List) Property values for the Event Streams Endpoint in responses. Nested schema for eventstreams_endpoint:
    id string
    (String) The uuid of the target resource.
    message string
    (String) An optional message containing information about the target.
    name string
    The name of the target resource.
    region string
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.
    targetType string
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_object_storage, event_streams, cloud_logs.
    updatedAt string
    (String) The timestamp of the target last updated time.
    writeStatuses GetAtrackerTargetsTargetWriteStatus[]
    (List) The status of the write attempt to the target with the provided endpoint parameters. Nested schema for write_status:
    api_version float
    (Integer) The API version of the target.

    • Constraints: The maximum value is 2. The minimum value is 2.
    cloudlogs_endpoints Sequence[GetAtrackerTargetsTargetCloudlogsEndpoint]
    (List) Property values for the IBM Cloud Logs endpoint in responses. Nested schema for cloudlogs_endpoint:
    cos_endpoints Sequence[GetAtrackerTargetsTargetCosEndpoint]
    (List) Property values for a Cloud Object Storage Endpoint in responses. Nested schema for cos_endpoint:
    created_at str
    (String) The timestamp of the target creation time.
    crn str
    (String) The crn of the target resource.
    eventstreams_endpoints Sequence[GetAtrackerTargetsTargetEventstreamsEndpoint]
    (List) Property values for the Event Streams Endpoint in responses. Nested schema for eventstreams_endpoint:
    id str
    (String) The uuid of the target resource.
    message str
    (String) An optional message containing information about the target.
    name str
    The name of the target resource.
    region str
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.
    target_type str
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_object_storage, event_streams, cloud_logs.
    updated_at str
    (String) The timestamp of the target last updated time.
    write_statuses Sequence[GetAtrackerTargetsTargetWriteStatus]
    (List) The status of the write attempt to the target with the provided endpoint parameters. Nested schema for write_status:
    apiVersion Number
    (Integer) The API version of the target.

    • Constraints: The maximum value is 2. The minimum value is 2.
    cloudlogsEndpoints List<Property Map>
    (List) Property values for the IBM Cloud Logs endpoint in responses. Nested schema for cloudlogs_endpoint:
    cosEndpoints List<Property Map>
    (List) Property values for a Cloud Object Storage Endpoint in responses. Nested schema for cos_endpoint:
    createdAt String
    (String) The timestamp of the target creation time.
    crn String
    (String) The crn of the target resource.
    eventstreamsEndpoints List<Property Map>
    (List) Property values for the Event Streams Endpoint in responses. Nested schema for eventstreams_endpoint:
    id String
    (String) The uuid of the target resource.
    message String
    (String) An optional message containing information about the target.
    name String
    The name of the target resource.
    region String
    Limit the query to the specified region.

    • Constraints: The maximum length is 256 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -]/.
    targetType String
    (String) The type of the target.

    • Constraints: Allowable values are: cloud_object_storage, event_streams, cloud_logs.
    updatedAt String
    (String) The timestamp of the target last updated time.
    writeStatuses List<Property Map>
    (List) The status of the write attempt to the target with the provided endpoint parameters. Nested schema for write_status:

    GetAtrackerTargetsTargetCloudlogsEndpoint

    TargetCrn string
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    TargetCrn string
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    targetCrn String
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    targetCrn string
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    target_crn str
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    targetCrn String
    (String) The CRN of the Event Streams instance.

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

    GetAtrackerTargetsTargetCosEndpoint

    ApiKey string
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    Bucket string
    (String) The bucket name under the Cloud Object Storage instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    Endpoint string
    (String) The host name of the Cloud Object Storage endpoint.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    ServiceToServiceEnabled bool
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    TargetCrn string
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    ApiKey string
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    Bucket string
    (String) The bucket name under the Cloud Object Storage instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    Endpoint string
    (String) The host name of the Cloud Object Storage endpoint.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    ServiceToServiceEnabled bool
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    TargetCrn string
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    apiKey String
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    bucket String
    (String) The bucket name under the Cloud Object Storage instance.

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

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    serviceToServiceEnabled Boolean
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    targetCrn String
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    apiKey string
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    bucket string
    (String) The bucket name under the Cloud Object Storage instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    endpoint string
    (String) The host name of the Cloud Object Storage endpoint.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    serviceToServiceEnabled boolean
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    targetCrn string
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    api_key str
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    bucket str
    (String) The bucket name under the Cloud Object Storage instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    endpoint str
    (String) The host name of the Cloud Object Storage endpoint.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    service_to_service_enabled bool
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    target_crn str
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    apiKey String
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    bucket String
    (String) The bucket name under the Cloud Object Storage instance.

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

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    serviceToServiceEnabled Boolean
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    targetCrn String
    (String) The CRN of the Event Streams instance.

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

    GetAtrackerTargetsTargetEventstreamsEndpoint

    ApiKey string
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    Brokers List<string>
    (List) List of broker endpoints.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    ServiceToServiceEnabled bool
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    TargetCrn string
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    Topic string
    (String) The messsage hub topic defined in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    ApiKey string
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    Brokers []string
    (List) List of broker endpoints.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    ServiceToServiceEnabled bool
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    TargetCrn string
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    Topic string
    (String) The messsage hub topic defined in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    apiKey String
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    brokers List<String>
    (List) List of broker endpoints.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    serviceToServiceEnabled Boolean
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    targetCrn String
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    topic String
    (String) The messsage hub topic defined in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    apiKey string
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    brokers string[]
    (List) List of broker endpoints.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    serviceToServiceEnabled boolean
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    targetCrn string
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    topic string
    (String) The messsage hub topic defined in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    api_key str
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    brokers Sequence[str]
    (List) List of broker endpoints.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    service_to_service_enabled bool
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    target_crn str
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    topic str
    (String) The messsage hub topic defined in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    apiKey String
    (String) The user password (api key) for the message hub topic in the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    brokers List<String>
    (List) List of broker endpoints.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9 -._:]+$/.
    serviceToServiceEnabled Boolean
    (Boolean) Determines if IBM Cloud Activity Tracker Event Routing has service to service authentication enabled. Set this flag to true if service to service is enabled and do not supply an apikey.
    targetCrn String
    (String) The CRN of the Event Streams instance.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 -._:\/]+$/.
    topic String
    (String) The messsage hub topic defined in the Event Streams instance.

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

    GetAtrackerTargetsTargetWriteStatus

    LastFailure string
    (String) The timestamp of the failure.
    ReasonForLastFailure string
    (String) Detailed description of the cause of the failure.
    Status string
    (String) The status such as failed or success.
    LastFailure string
    (String) The timestamp of the failure.
    ReasonForLastFailure string
    (String) Detailed description of the cause of the failure.
    Status string
    (String) The status such as failed or success.
    lastFailure String
    (String) The timestamp of the failure.
    reasonForLastFailure String
    (String) Detailed description of the cause of the failure.
    status String
    (String) The status such as failed or success.
    lastFailure string
    (String) The timestamp of the failure.
    reasonForLastFailure string
    (String) Detailed description of the cause of the failure.
    status string
    (String) The status such as failed or success.
    last_failure str
    (String) The timestamp of the failure.
    reason_for_last_failure str
    (String) Detailed description of the cause of the failure.
    status str
    (String) The status such as failed or success.
    lastFailure String
    (String) The timestamp of the failure.
    reasonForLastFailure String
    (String) Detailed description of the cause of the failure.
    status String
    (String) The status such as failed or success.

    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