ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getEnDestinationAndroid
Explore with Pulumi AI
Provides a read-only data source for FCM destination. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const androidEnDestination = ibm.getEnDestinationAndroid({
    instanceGuid: ibm_resource_instance.en_terraform_test_resource.guid,
    destinationId: ibm_en_destination_android.destinationandroidnew.destination_id,
});
import pulumi
import pulumi_ibm as ibm
android_en_destination = ibm.get_en_destination_android(instance_guid=ibm_resource_instance["en_terraform_test_resource"]["guid"],
    destination_id=ibm_en_destination_android["destinationandroidnew"]["destination_id"])
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.LookupEnDestinationAndroid(ctx, &ibm.LookupEnDestinationAndroidArgs{
			InstanceGuid:  ibm_resource_instance.En_terraform_test_resource.Guid,
			DestinationId: ibm_en_destination_android.Destinationandroidnew.Destination_id,
		}, 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 androidEnDestination = Ibm.GetEnDestinationAndroid.Invoke(new()
    {
        InstanceGuid = ibm_resource_instance.En_terraform_test_resource.Guid,
        DestinationId = ibm_en_destination_android.Destinationandroidnew.Destination_id,
    });
});
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.GetEnDestinationAndroidArgs;
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 androidEnDestination = IbmFunctions.getEnDestinationAndroid(GetEnDestinationAndroidArgs.builder()
            .instanceGuid(ibm_resource_instance.en_terraform_test_resource().guid())
            .destinationId(ibm_en_destination_android.destinationandroidnew().destination_id())
            .build());
    }
}
variables:
  androidEnDestination:
    fn::invoke:
      function: ibm:getEnDestinationAndroid
      arguments:
        instanceGuid: ${ibm_resource_instance.en_terraform_test_resource.guid}
        destinationId: ${ibm_en_destination_android.destinationandroidnew.destination_id}
Using getEnDestinationAndroid
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 getEnDestinationAndroid(args: GetEnDestinationAndroidArgs, opts?: InvokeOptions): Promise<GetEnDestinationAndroidResult>
function getEnDestinationAndroidOutput(args: GetEnDestinationAndroidOutputArgs, opts?: InvokeOptions): Output<GetEnDestinationAndroidResult>def get_en_destination_android(destination_id: Optional[str] = None,
                               id: Optional[str] = None,
                               instance_guid: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetEnDestinationAndroidResult
def get_en_destination_android_output(destination_id: Optional[pulumi.Input[str]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               instance_guid: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetEnDestinationAndroidResult]func LookupEnDestinationAndroid(ctx *Context, args *LookupEnDestinationAndroidArgs, opts ...InvokeOption) (*LookupEnDestinationAndroidResult, error)
func LookupEnDestinationAndroidOutput(ctx *Context, args *LookupEnDestinationAndroidOutputArgs, opts ...InvokeOption) LookupEnDestinationAndroidResultOutput> Note: This function is named LookupEnDestinationAndroid in the Go SDK.
public static class GetEnDestinationAndroid 
{
    public static Task<GetEnDestinationAndroidResult> InvokeAsync(GetEnDestinationAndroidArgs args, InvokeOptions? opts = null)
    public static Output<GetEnDestinationAndroidResult> Invoke(GetEnDestinationAndroidInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEnDestinationAndroidResult> getEnDestinationAndroid(GetEnDestinationAndroidArgs args, InvokeOptions options)
public static Output<GetEnDestinationAndroidResult> getEnDestinationAndroid(GetEnDestinationAndroidArgs args, InvokeOptions options)
fn::invoke:
  function: ibm:index/getEnDestinationAndroid:getEnDestinationAndroid
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Destination
Id string - Unique identifier for Destination.
 - Instance
Guid string - Unique identifier for IBM Cloud Event Notifications instance.
 - Id string
 - The unique identifier of the 
android_en_destination. 
- Destination
Id string - Unique identifier for Destination.
 - Instance
Guid string - Unique identifier for IBM Cloud Event Notifications instance.
 - Id string
 - The unique identifier of the 
android_en_destination. 
- destination
Id String - Unique identifier for Destination.
 - instance
Guid String - Unique identifier for IBM Cloud Event Notifications instance.
 - id String
 - The unique identifier of the 
android_en_destination. 
- destination
Id string - Unique identifier for Destination.
 - instance
Guid string - Unique identifier for IBM Cloud Event Notifications instance.
 - id string
 - The unique identifier of the 
android_en_destination. 
- destination_
id str - Unique identifier for Destination.
 - instance_
guid str - Unique identifier for IBM Cloud Event Notifications instance.
 - id str
 - The unique identifier of the 
android_en_destination. 
- destination
Id String - Unique identifier for Destination.
 - instance
Guid String - Unique identifier for IBM Cloud Event Notifications instance.
 - id String
 - The unique identifier of the 
android_en_destination. 
getEnDestinationAndroid Result
The following output properties are available:
- Collect
Failed boolEvents  - (boolean) Toggle switch to enable collect failed event in Cloud Object Storage bucket.
 - Configs
List<Get
En Destination Android Config>  - (List) Payload describing a destination configuration. Nested scheme for config:
 - Description string
 - (String) Destination description.
 - Destination
Id string - Id string
 - The unique identifier of the 
android_en_destination. - Instance
Guid string - Name string
 - (String) Destination name.
 - Subscription
Count double - (Integer) Number of subscriptions.
 - Subscription
Names List<string> - (List) List of subscriptions.
 - Type string
 - (String) Destination type push_android.
 - Updated
At string - (String) Last updated time.
 
- Collect
Failed boolEvents  - (boolean) Toggle switch to enable collect failed event in Cloud Object Storage bucket.
 - Configs
[]Get
En Destination Android Config  - (List) Payload describing a destination configuration. Nested scheme for config:
 - Description string
 - (String) Destination description.
 - Destination
Id string - Id string
 - The unique identifier of the 
android_en_destination. - Instance
Guid string - Name string
 - (String) Destination name.
 - Subscription
Count float64 - (Integer) Number of subscriptions.
 - Subscription
Names []string - (List) List of subscriptions.
 - Type string
 - (String) Destination type push_android.
 - Updated
At string - (String) Last updated time.
 
- collect
Failed BooleanEvents  - (boolean) Toggle switch to enable collect failed event in Cloud Object Storage bucket.
 - configs
List<Get
En Destination Android Config>  - (List) Payload describing a destination configuration. Nested scheme for config:
 - description String
 - (String) Destination description.
 - destination
Id String - id String
 - The unique identifier of the 
android_en_destination. - instance
Guid String - name String
 - (String) Destination name.
 - subscription
Count Double - (Integer) Number of subscriptions.
 - subscription
Names List<String> - (List) List of subscriptions.
 - type String
 - (String) Destination type push_android.
 - updated
At String - (String) Last updated time.
 
- collect
Failed booleanEvents  - (boolean) Toggle switch to enable collect failed event in Cloud Object Storage bucket.
 - configs
Get
En Destination Android Config[]  - (List) Payload describing a destination configuration. Nested scheme for config:
 - description string
 - (String) Destination description.
 - destination
Id string - id string
 - The unique identifier of the 
android_en_destination. - instance
Guid string - name string
 - (String) Destination name.
 - subscription
Count number - (Integer) Number of subscriptions.
 - subscription
Names string[] - (List) List of subscriptions.
 - type string
 - (String) Destination type push_android.
 - updated
At string - (String) Last updated time.
 
- collect_
failed_ boolevents  - (boolean) Toggle switch to enable collect failed event in Cloud Object Storage bucket.
 - configs
Sequence[Get
En Destination Android Config]  - (List) Payload describing a destination configuration. Nested scheme for config:
 - description str
 - (String) Destination description.
 - destination_
id str - id str
 - The unique identifier of the 
android_en_destination. - instance_
guid str - name str
 - (String) Destination name.
 - subscription_
count float - (Integer) Number of subscriptions.
 - subscription_
names Sequence[str] - (List) List of subscriptions.
 - type str
 - (String) Destination type push_android.
 - updated_
at str - (String) Last updated time.
 
- collect
Failed BooleanEvents  - (boolean) Toggle switch to enable collect failed event in Cloud Object Storage bucket.
 - configs List<Property Map>
 - (List) Payload describing a destination configuration. Nested scheme for config:
 - description String
 - (String) Destination description.
 - destination
Id String - id String
 - The unique identifier of the 
android_en_destination. - instance
Guid String - name String
 - (String) Destination name.
 - subscription
Count Number - (Integer) Number of subscriptions.
 - subscription
Names List<String> - (List) List of subscriptions.
 - type String
 - (String) Destination type push_android.
 - updated
At String - (String) Last updated time.
 
Supporting Types
GetEnDestinationAndroidConfig    
- params List<Property Map>
 - (List)
 
GetEnDestinationAndroidConfigParam     
- Client
Email string - (String) FCM client email address
 - Pre
Prod bool - (Optional, bool) The flag to set your destination as pre prod destination or Prod Destination. The option is only available with Standard plan
 - Private
Key string - (String) Private Key value for FCM project.
 - Project
Id string - (String) Project Id value for FCM project.
 
- Client
Email string - (String) FCM client email address
 - Pre
Prod bool - (Optional, bool) The flag to set your destination as pre prod destination or Prod Destination. The option is only available with Standard plan
 - Private
Key string - (String) Private Key value for FCM project.
 - Project
Id string - (String) Project Id value for FCM project.
 
- client
Email String - (String) FCM client email address
 - pre
Prod Boolean - (Optional, bool) The flag to set your destination as pre prod destination or Prod Destination. The option is only available with Standard plan
 - private
Key String - (String) Private Key value for FCM project.
 - project
Id String - (String) Project Id value for FCM project.
 
- client
Email string - (String) FCM client email address
 - pre
Prod boolean - (Optional, bool) The flag to set your destination as pre prod destination or Prod Destination. The option is only available with Standard plan
 - private
Key string - (String) Private Key value for FCM project.
 - project
Id string - (String) Project Id value for FCM project.
 
- client_
email str - (String) FCM client email address
 - pre_
prod bool - (Optional, bool) The flag to set your destination as pre prod destination or Prod Destination. The option is only available with Standard plan
 - private_
key str - (String) Private Key value for FCM project.
 - project_
id str - (String) Project Id value for FCM project.
 
- client
Email String - (String) FCM client email address
 - pre
Prod Boolean - (Optional, bool) The flag to set your destination as pre prod destination or Prod Destination. The option is only available with Standard plan
 - private
Key String - (String) Private Key value for FCM project.
 - project
Id String - (String) Project Id value for FCM project.
 
Package Details
- Repository
 - ibm ibm-cloud/terraform-provider-ibm
 - License
 - Notes
 - This Pulumi package is based on the 
ibmTerraform Provider.