gcp.firebase.getAppleApp
Explore with Pulumi AI
Using getAppleApp
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 getAppleApp(args: GetAppleAppArgs, opts?: InvokeOptions): Promise<GetAppleAppResult>
function getAppleAppOutput(args: GetAppleAppOutputArgs, opts?: InvokeOptions): Output<GetAppleAppResult>
def get_apple_app(app_id: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppleAppResult
def get_apple_app_output(app_id: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppleAppResult]
func LookupAppleApp(ctx *Context, args *LookupAppleAppArgs, opts ...InvokeOption) (*LookupAppleAppResult, error)
func LookupAppleAppOutput(ctx *Context, args *LookupAppleAppOutputArgs, opts ...InvokeOption) LookupAppleAppResultOutput
> Note: This function is named LookupAppleApp
in the Go SDK.
public static class GetAppleApp
{
public static Task<GetAppleAppResult> InvokeAsync(GetAppleAppArgs args, InvokeOptions? opts = null)
public static Output<GetAppleAppResult> Invoke(GetAppleAppInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppleAppResult> getAppleApp(GetAppleAppArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: gcp:firebase/getAppleApp:getAppleApp
arguments:
# arguments dictionary
The following arguments are supported:
getAppleApp Result
The following output properties are available:
- App
Id string Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- App
Store stringId The automatically generated Apple ID assigned to the Apple app by Apple in the Apple App Store.
- Bundle
Id string The canonical bundle ID of the Apple app as it would appear in the Apple AppStore.
- Deletion
Policy string - Display
Name string The user-assigned display name of the App.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
The fully qualified resource name of the App, for example: projects/projectId/iosApps/appId
- Team
Id string The Apple Developer Team ID associated with the App in the App Store.
- Project string
- App
Id string Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- App
Store stringId The automatically generated Apple ID assigned to the Apple app by Apple in the Apple App Store.
- Bundle
Id string The canonical bundle ID of the Apple app as it would appear in the Apple AppStore.
- Deletion
Policy string - Display
Name string The user-assigned display name of the App.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
The fully qualified resource name of the App, for example: projects/projectId/iosApps/appId
- Team
Id string The Apple Developer Team ID associated with the App in the App Store.
- Project string
- app
Id String Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- app
Store StringId The automatically generated Apple ID assigned to the Apple app by Apple in the Apple App Store.
- bundle
Id String The canonical bundle ID of the Apple app as it would appear in the Apple AppStore.
- deletion
Policy String - display
Name String The user-assigned display name of the App.
- id String
The provider-assigned unique ID for this managed resource.
- name String
The fully qualified resource name of the App, for example: projects/projectId/iosApps/appId
- team
Id String The Apple Developer Team ID associated with the App in the App Store.
- project String
- app
Id string Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- app
Store stringId The automatically generated Apple ID assigned to the Apple app by Apple in the Apple App Store.
- bundle
Id string The canonical bundle ID of the Apple app as it would appear in the Apple AppStore.
- deletion
Policy string - display
Name string The user-assigned display name of the App.
- id string
The provider-assigned unique ID for this managed resource.
- name string
The fully qualified resource name of the App, for example: projects/projectId/iosApps/appId
- team
Id string The Apple Developer Team ID associated with the App in the App Store.
- project string
- app_
id str Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- app_
store_ strid The automatically generated Apple ID assigned to the Apple app by Apple in the Apple App Store.
- bundle_
id str The canonical bundle ID of the Apple app as it would appear in the Apple AppStore.
- deletion_
policy str - display_
name str The user-assigned display name of the App.
- id str
The provider-assigned unique ID for this managed resource.
- name str
The fully qualified resource name of the App, for example: projects/projectId/iosApps/appId
- team_
id str The Apple Developer Team ID associated with the App in the App Store.
- project str
- app
Id String Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- app
Store StringId The automatically generated Apple ID assigned to the Apple app by Apple in the Apple App Store.
- bundle
Id String The canonical bundle ID of the Apple app as it would appear in the Apple AppStore.
- deletion
Policy String - display
Name String The user-assigned display name of the App.
- id String
The provider-assigned unique ID for this managed resource.
- name String
The fully qualified resource name of the App, for example: projects/projectId/iosApps/appId
- team
Id String The Apple Developer Team ID associated with the App in the App Store.
- 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.