1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. sagemaker
  5. getApp

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.sagemaker.getApp

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS::SageMaker::App

Using getApp

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getApp(args: GetAppArgs, opts?: InvokeOptions): Promise<GetAppResult>
function getAppOutput(args: GetAppOutputArgs, opts?: InvokeOptions): Output<GetAppResult>
Copy
def get_app(app_name: Optional[str] = None,
            app_type: Optional[AppType] = None,
            domain_id: Optional[str] = None,
            user_profile_name: Optional[str] = None,
            opts: Optional[InvokeOptions] = None) -> GetAppResult
def get_app_output(app_name: Optional[pulumi.Input[str]] = None,
            app_type: Optional[pulumi.Input[AppType]] = None,
            domain_id: Optional[pulumi.Input[str]] = None,
            user_profile_name: Optional[pulumi.Input[str]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[GetAppResult]
Copy
func LookupApp(ctx *Context, args *LookupAppArgs, opts ...InvokeOption) (*LookupAppResult, error)
func LookupAppOutput(ctx *Context, args *LookupAppOutputArgs, opts ...InvokeOption) LookupAppResultOutput
Copy

> Note: This function is named LookupApp in the Go SDK.

public static class GetApp 
{
    public static Task<GetAppResult> InvokeAsync(GetAppArgs args, InvokeOptions? opts = null)
    public static Output<GetAppResult> Invoke(GetAppInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAppResult> getApp(GetAppArgs args, InvokeOptions options)
public static Output<GetAppResult> getApp(GetAppArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:sagemaker:getApp
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AppName This property is required. string
The name of the app.
AppType This property is required. Pulumi.AwsNative.SageMaker.AppType
The type of app.
DomainId This property is required. string
The domain ID.
UserProfileName This property is required. string
The user profile name.
AppName This property is required. string
The name of the app.
AppType This property is required. AppType
The type of app.
DomainId This property is required. string
The domain ID.
UserProfileName This property is required. string
The user profile name.
appName This property is required. String
The name of the app.
appType This property is required. AppType
The type of app.
domainId This property is required. String
The domain ID.
userProfileName This property is required. String
The user profile name.
appName This property is required. string
The name of the app.
appType This property is required. AppType
The type of app.
domainId This property is required. string
The domain ID.
userProfileName This property is required. string
The user profile name.
app_name This property is required. str
The name of the app.
app_type This property is required. AppType
The type of app.
domain_id This property is required. str
The domain ID.
user_profile_name This property is required. str
The user profile name.
appName This property is required. String
The name of the app.
appType This property is required. "JupyterServer" | "KernelGateway" | "RStudioServerPro" | "RSessionGateway" | "Canvas"
The type of app.
domainId This property is required. String
The domain ID.
userProfileName This property is required. String
The user profile name.

getApp Result

The following output properties are available:

AppArn string
The Amazon Resource Name (ARN) of the app.
AppArn string
The Amazon Resource Name (ARN) of the app.
appArn String
The Amazon Resource Name (ARN) of the app.
appArn string
The Amazon Resource Name (ARN) of the app.
app_arn str
The Amazon Resource Name (ARN) of the app.
appArn String
The Amazon Resource Name (ARN) of the app.

Supporting Types

AppType

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi