getApp

suspend fun getApp(argument: GetAppPlainArgs): GetAppResult

The AWS::Amplify::App resource creates Apps in the Amplify Console. An App is a collection of branches.

Return

null

Parameters

argument

null


suspend fun getApp(arn: String): GetAppResult

Return

null

Parameters

arn

ARN for the Amplify App.

See also


suspend fun getApp(argument: suspend GetAppPlainArgsBuilder.() -> Unit): GetAppResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.amplify.kotlin.inputs.GetAppPlainArgs.

See also