getForm

suspend fun getForm(argument: GetFormPlainArgs): GetFormResult

Definition of AWS::AmplifyUIBuilder::Form Resource Type

Return

null

Parameters

argument

null


suspend fun getForm(appId: String, environmentName: String, id: String): GetFormResult

Return

null

Parameters

appId

The unique ID of the Amplify app associated with the form.

environmentName

The name of the backend environment that is a part of the Amplify app.

id

The ID for the form.

See also


suspend fun getForm(argument: suspend GetFormPlainArgsBuilder.() -> Unit): GetFormResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.amplifyuibuilder.kotlin.inputs.GetFormPlainArgs.

See also