getTheme

suspend fun getTheme(argument: GetThemePlainArgs): GetThemeResult

Definition of AWS::AmplifyUIBuilder::Theme Resource Type

Return

null

Parameters

argument

null


suspend fun getTheme(appId: String, environmentName: String, id: String): GetThemeResult

Return

null

Parameters

appId

The unique ID for the Amplify app associated with the theme.

environmentName

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

id

The ID for the theme.

See also


suspend fun getTheme(argument: suspend GetThemePlainArgsBuilder.() -> Unit): GetThemeResult

Return

null

Parameters

argument

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

See also