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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: gcp:firebase/getAppleAppConfig:getAppleAppConfig
arguments:
# arguments dictionary
The following arguments are supported:
getAppleAppConfig Result
The following output properties are available:
- App
Id string - Config
File stringContents The content of the XML configuration file as a base64-encoded string.
- Config
Filename string The filename that the configuration artifact for the IosApp is typically saved as.
- Id string
The provider-assigned unique ID for this managed resource.
- Project string
- App
Id string - Config
File stringContents The content of the XML configuration file as a base64-encoded string.
- Config
Filename string The filename that the configuration artifact for the IosApp is typically saved as.
- Id string
The provider-assigned unique ID for this managed resource.
- Project string
- app
Id String - config
File StringContents The content of the XML configuration file as a base64-encoded string.
- config
Filename String The filename that the configuration artifact for the IosApp is typically saved as.
- id String
The provider-assigned unique ID for this managed resource.
- project String
- app
Id string - config
File stringContents The content of the XML configuration file as a base64-encoded string.
- config
Filename string The filename that the configuration artifact for the IosApp is typically saved as.
- id string
The provider-assigned unique ID for this managed resource.
- 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
The provider-assigned unique ID for this managed resource.
- project str
- app
Id String - config
File StringContents The content of the XML configuration file as a base64-encoded string.
- config
Filename String The filename that the configuration artifact for the IosApp is typically saved as.
- id String
The provider-assigned unique ID for this managed resource.
- 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.