Google Cloud v8.21.0 published on Wednesday, Mar 5, 2025 by Pulumi
gcp.firebase.getAppleAppConfig
Explore with Pulumi AI
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)
public static Output<GetAppleAppConfigResult> getAppleAppConfig(GetAppleAppConfigArgs args, InvokeOptions options)
fn::invoke:
  function: gcp:firebase/getAppleAppConfig:getAppleAppConfig
  arguments:
    # arguments dictionaryThe following arguments are supported:
getAppleAppConfig Result
The following output properties are available:
- AppId string
- ConfigFile stringContents 
- 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
- ConfigFile stringContents 
- 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
- configFile StringContents 
- 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
- configFile stringContents 
- 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_ strcontents 
- 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
- configFile StringContents 
- 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-betaTerraform Provider.