AmplifyFunctions

Functions

Link copied to clipboard
suspend fun getApp(argument: GetAppPlainArgs): GetAppResult

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

suspend fun getApp(arn: String): GetAppResult
suspend fun getApp(argument: suspend GetAppPlainArgsBuilder.() -> Unit): GetAppResult
Link copied to clipboard

The AWS::Amplify::Branch resource creates a new branch within an app.

suspend fun getBranch(arn: String): GetBranchResult
suspend fun getBranch(argument: suspend GetBranchPlainArgsBuilder.() -> Unit): GetBranchResult
Link copied to clipboard

The AWS::Amplify::Domain resource allows you to connect a custom domain to your app.

suspend fun getDomain(arn: String): GetDomainResult
suspend fun getDomain(argument: suspend GetDomainPlainArgsBuilder.() -> Unit): GetDomainResult