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

See also

Parameters

arn

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

Return

null

See also

Parameters

argument

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