getAppleApp

Return

A collection of values returned by getAppleApp.

Parameters

argument

A collection of arguments for invoking getAppleApp.


suspend fun getAppleApp(appId: String, project: String? = null): GetAppleAppResult

Return

A collection of values returned by getAppleApp.

Parameters

appId

The app_id of name of the Firebase iosApp.

project

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

See also


suspend fun getAppleApp(argument: suspend GetAppleAppPlainArgsBuilder.() -> Unit): GetAppleAppResult

Return

A collection of values returned by getAppleApp.

Parameters

argument

Builder for com.pulumi.gcp.firebase.kotlin.inputs.GetAppleAppPlainArgs.

See also