Google Native
AndroidApp
Requests the creation of a new AndroidApp in the specified FirebaseProject. The result of this call is an Operation
which can be used to track the provisioning process. The Operation
is automatically deleted after completion, so there is no need to call DeleteOperation
.
Note - this resource’s API doesn’t support deletion. When deleted, the resource will persist
on Google Cloud even though it will be deleted from Pulumi state.
Create a AndroidApp Resource
new AndroidApp(name: string, args?: AndroidAppArgs, opts?: CustomResourceOptions);
@overload
def AndroidApp(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_key_id: Optional[str] = None,
app_id: Optional[str] = None,
display_name: Optional[str] = None,
name: Optional[str] = None,
package_name: Optional[str] = None,
project: Optional[str] = None)
@overload
def AndroidApp(resource_name: str,
args: Optional[AndroidAppArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewAndroidApp(ctx *Context, name string, args *AndroidAppArgs, opts ...ResourceOption) (*AndroidApp, error)
public AndroidApp(string name, AndroidAppArgs? args = null, CustomResourceOptions? opts = null)
public AndroidApp(String name, AndroidAppArgs args)
public AndroidApp(String name, AndroidAppArgs args, CustomResourceOptions options)
type: google-native:firebase/v1beta1:AndroidApp
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AndroidAppArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AndroidAppArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AndroidAppArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AndroidAppArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AndroidAppArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AndroidApp Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The AndroidApp resource accepts the following input properties:
- Api
Key stringId The key_id of the GCP ApiKey associated with this App. If set must have no restrictions, or only have restrictions that are valid for the associated Firebase App. Cannot be set in create requests, instead an existing valid API Key will be chosen, or if no valid API Keys exist, one will be provisioned for you. Cannot be set to an empty value in update requests.
- App
Id string Immutable. The globally unique, Firebase-assigned identifier for the
AndroidApp
. This identifier should be treated as an opaque token, as the data format is not specified.- Display
Name string The user-assigned display name for the
AndroidApp
.- Name string
The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's
ProjectNumber
(recommended) or itsProjectId
. Learn more about using project identifiers in Google's AIP 2510 standard. Note that the value for PROJECT_IDENTIFIER in any response body will be theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
).- Package
Name string Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.
- Project string
Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
AndroidApp
.
- Api
Key stringId The key_id of the GCP ApiKey associated with this App. If set must have no restrictions, or only have restrictions that are valid for the associated Firebase App. Cannot be set in create requests, instead an existing valid API Key will be chosen, or if no valid API Keys exist, one will be provisioned for you. Cannot be set to an empty value in update requests.
- App
Id string Immutable. The globally unique, Firebase-assigned identifier for the
AndroidApp
. This identifier should be treated as an opaque token, as the data format is not specified.- Display
Name string The user-assigned display name for the
AndroidApp
.- Name string
The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's
ProjectNumber
(recommended) or itsProjectId
. Learn more about using project identifiers in Google's AIP 2510 standard. Note that the value for PROJECT_IDENTIFIER in any response body will be theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
).- Package
Name string Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.
- Project string
Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
AndroidApp
.
- api
Key StringId The key_id of the GCP ApiKey associated with this App. If set must have no restrictions, or only have restrictions that are valid for the associated Firebase App. Cannot be set in create requests, instead an existing valid API Key will be chosen, or if no valid API Keys exist, one will be provisioned for you. Cannot be set to an empty value in update requests.
- app
Id String Immutable. The globally unique, Firebase-assigned identifier for the
AndroidApp
. This identifier should be treated as an opaque token, as the data format is not specified.- display
Name String The user-assigned display name for the
AndroidApp
.- name String
The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's
ProjectNumber
(recommended) or itsProjectId
. Learn more about using project identifiers in Google's AIP 2510 standard. Note that the value for PROJECT_IDENTIFIER in any response body will be theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
).- package
Name String Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.
- project String
Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
AndroidApp
.
- api
Key stringId The key_id of the GCP ApiKey associated with this App. If set must have no restrictions, or only have restrictions that are valid for the associated Firebase App. Cannot be set in create requests, instead an existing valid API Key will be chosen, or if no valid API Keys exist, one will be provisioned for you. Cannot be set to an empty value in update requests.
- app
Id string Immutable. The globally unique, Firebase-assigned identifier for the
AndroidApp
. This identifier should be treated as an opaque token, as the data format is not specified.- display
Name string The user-assigned display name for the
AndroidApp
.- name string
The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's
ProjectNumber
(recommended) or itsProjectId
. Learn more about using project identifiers in Google's AIP 2510 standard. Note that the value for PROJECT_IDENTIFIER in any response body will be theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
).- package
Name string Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.
- project string
Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
AndroidApp
.
- api_
key_ strid The key_id of the GCP ApiKey associated with this App. If set must have no restrictions, or only have restrictions that are valid for the associated Firebase App. Cannot be set in create requests, instead an existing valid API Key will be chosen, or if no valid API Keys exist, one will be provisioned for you. Cannot be set to an empty value in update requests.
- app_
id str Immutable. The globally unique, Firebase-assigned identifier for the
AndroidApp
. This identifier should be treated as an opaque token, as the data format is not specified.- display_
name str The user-assigned display name for the
AndroidApp
.- name str
The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's
ProjectNumber
(recommended) or itsProjectId
. Learn more about using project identifiers in Google's AIP 2510 standard. Note that the value for PROJECT_IDENTIFIER in any response body will be theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
).- package_
name str Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.
- project str
Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
AndroidApp
.
- api
Key StringId The key_id of the GCP ApiKey associated with this App. If set must have no restrictions, or only have restrictions that are valid for the associated Firebase App. Cannot be set in create requests, instead an existing valid API Key will be chosen, or if no valid API Keys exist, one will be provisioned for you. Cannot be set to an empty value in update requests.
- app
Id String Immutable. The globally unique, Firebase-assigned identifier for the
AndroidApp
. This identifier should be treated as an opaque token, as the data format is not specified.- display
Name String The user-assigned display name for the
AndroidApp
.- name String
The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's
ProjectNumber
(recommended) or itsProjectId
. Learn more about using project identifiers in Google's AIP 2510 standard. Note that the value for PROJECT_IDENTIFIER in any response body will be theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
).- package
Name String Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.
- project String
Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
AndroidApp
.
Outputs
All input properties are implicitly available as output properties. Additionally, the AndroidApp resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- https://github.com/pulumi/pulumi-google-native
- License
- Apache-2.0