getApp

suspend fun getApp(argument: GetAppPlainArgs): GetAppResult

Resource Type definition for AWS::SageMaker::App

Return

null

Parameters

argument

null


suspend fun getApp(appName: String, appType: AppType, domainId: String, userProfileName: String): GetAppResult

Return

null

Parameters

appName

The name of the app.

appType

The type of app.

domainId

The domain ID.

userProfileName

The user profile name.

See also


suspend fun getApp(argument: suspend GetAppPlainArgsBuilder.() -> Unit): GetAppResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.sagemaker.kotlin.inputs.GetAppPlainArgs.

See also