getApi

suspend fun getApi(argument: GetApiPlainArgs): GetApiResult

Resource schema for AppSync Api

Return

null

Parameters

argument

null


suspend fun getApi(apiArn: String): GetApiResult

Return

null

Parameters

apiArn

The Amazon Resource Name (ARN) of the AppSync Api

See also


suspend fun getApi(argument: suspend GetApiPlainArgsBuilder.() -> Unit): GetApiResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.appsync.kotlin.inputs.GetApiPlainArgs.

See also