getPlugin

Definition of AWS::QBusiness::Plugin Resource Type

Return

null

Parameters

argument

null


suspend fun getPlugin(applicationId: String, pluginId: String): GetPluginResult

Return

null

Parameters

applicationId

The identifier of the application that will contain the plugin.

pluginId

The identifier of the plugin.

See also


suspend fun getPlugin(argument: suspend GetPluginPlainArgsBuilder.() -> Unit): GetPluginResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.qbusiness.kotlin.inputs.GetPluginPlainArgs.

See also