1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. firebase
  5. getAppleAppConfig
Google Cloud v8.14.0 published on Wednesday, Jan 15, 2025 by Pulumi

gcp.firebase.getAppleAppConfig

Explore with Pulumi AI

Google Cloud v8.14.0 published on Wednesday, Jan 15, 2025 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>
Copy
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]
Copy
func GetAppleAppConfig(ctx *Context, args *GetAppleAppConfigArgs, opts ...InvokeOption) (*GetAppleAppConfigResult, error)
func GetAppleAppConfigOutput(ctx *Context, args *GetAppleAppConfigOutputArgs, opts ...InvokeOption) GetAppleAppConfigResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetAppleAppConfigResult> getAppleAppConfig(GetAppleAppConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Copy
fn::invoke:
  function: gcp:firebase/getAppleAppConfig:getAppleAppConfig
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AppId This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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.
Google Cloud v8.14.0 published on Wednesday, Jan 15, 2025 by Pulumi