1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. firebase
  5. getAppleAppConfig
Google Cloud Classic v7.19.0 published on Thursday, Apr 18, 2024 by Pulumi

gcp.firebase.getAppleAppConfig

Explore with Pulumi AI

gcp logo
Google Cloud Classic v7.19.0 published on Thursday, Apr 18, 2024 by Pulumi

    Using getAppleAppConfig

    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 getAppleAppConfig(args: GetAppleAppConfigArgs, opts?: InvokeOptions): Promise<GetAppleAppConfigResult>
    function getAppleAppConfigOutput(args: GetAppleAppConfigOutputArgs, opts?: InvokeOptions): Output<GetAppleAppConfigResult>
    def get_apple_app_config(app_id: Optional[str] = None,
                             project: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetAppleAppConfigResult
    def get_apple_app_config_output(app_id: Optional[pulumi.Input[str]] = None,
                             project: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetAppleAppConfigResult]
    func GetAppleAppConfig(ctx *Context, args *GetAppleAppConfigArgs, opts ...InvokeOption) (*GetAppleAppConfigResult, error)
    func GetAppleAppConfigOutput(ctx *Context, args *GetAppleAppConfigOutputArgs, opts ...InvokeOption) GetAppleAppConfigResultOutput

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

    public static class GetAppleAppConfig 
    {
        public static Task<GetAppleAppConfigResult> InvokeAsync(GetAppleAppConfigArgs args, InvokeOptions? opts = null)
        public static Output<GetAppleAppConfigResult> Invoke(GetAppleAppConfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAppleAppConfigResult> getAppleAppConfig(GetAppleAppConfigArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: gcp:firebase/getAppleAppConfig:getAppleAppConfig
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AppId string
    The id of the Firebase iOS App.


    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    AppId string
    The id of the Firebase iOS App.


    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    appId String
    The id of the Firebase iOS App.


    project String
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    appId string
    The id of the Firebase iOS App.


    project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    app_id str
    The id of the Firebase iOS App.


    project str
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    appId String
    The id of the Firebase iOS App.


    project String
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

    getAppleAppConfig Result

    The following output properties are available:

    AppId string
    ConfigFileContents string
    The content of the XML configuration file as a base64-encoded string.
    ConfigFilename string
    The filename that the configuration artifact for the IosApp is typically saved as.
    Id string
    Project string
    AppId string
    ConfigFileContents string
    The content of the XML configuration file as a base64-encoded string.
    ConfigFilename string
    The filename that the configuration artifact for the IosApp is typically saved as.
    Id string
    Project string
    appId String
    configFileContents String
    The content of the XML configuration file as a base64-encoded string.
    configFilename String
    The filename that the configuration artifact for the IosApp is typically saved as.
    id String
    project String
    appId string
    configFileContents string
    The content of the XML configuration file as a base64-encoded string.
    configFilename string
    The filename that the configuration artifact for the IosApp is typically saved as.
    id string
    project string
    app_id str
    config_file_contents str
    The content of the XML configuration file as a base64-encoded string.
    config_filename str
    The filename that the configuration artifact for the IosApp is typically saved as.
    id str
    project str
    appId String
    configFileContents String
    The content of the XML configuration file as a base64-encoded string.
    configFilename String
    The filename that the configuration artifact for the IosApp is typically saved as.
    id String
    project String

    Package Details

    Repository
    Google Cloud (GCP) Classic pulumi/pulumi-gcp
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the google-beta Terraform Provider.
    gcp logo
    Google Cloud Classic v7.19.0 published on Thursday, Apr 18, 2024 by Pulumi