We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
Resource Type definition for AWS::SageMaker::Space
Using getSpace
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 getSpace(args: GetSpaceArgs, opts?: InvokeOptions): Promise<GetSpaceResult>
function getSpaceOutput(args: GetSpaceOutputArgs, opts?: InvokeOptions): Output<GetSpaceResult>def get_space(domain_id: Optional[str] = None,
space_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSpaceResult
def get_space_output(domain_id: Optional[pulumi.Input[str]] = None,
space_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSpaceResult]func LookupSpace(ctx *Context, args *LookupSpaceArgs, opts ...InvokeOption) (*LookupSpaceResult, error)
func LookupSpaceOutput(ctx *Context, args *LookupSpaceOutputArgs, opts ...InvokeOption) LookupSpaceResultOutput> Note: This function is named LookupSpace in the Go SDK.
public static class GetSpace
{
public static Task<GetSpaceResult> InvokeAsync(GetSpaceArgs args, InvokeOptions? opts = null)
public static Output<GetSpaceResult> Invoke(GetSpaceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSpaceResult> getSpace(GetSpaceArgs args, InvokeOptions options)
public static Output<GetSpaceResult> getSpace(GetSpaceArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:sagemaker:getSpace
arguments:
# arguments dictionaryThe following arguments are supported:
- domain_
id str - The ID of the associated Domain.
- space_
name str - A name for the Space.
getSpace Result
The following output properties are available:
- Space
Arn string - The space Amazon Resource Name (ARN).
- Space
Display stringName - The name of the space that appears in the Studio UI.
-
List<Pulumi.
Aws Native. Outputs. Tag> - A list of tags to apply to the space.
- Url string
Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center.
The following application types are supported:
- Studio Classic:
&redirect=JupyterServer - JupyterLab:
&redirect=JupyterLab - Code Editor, based on Code-OSS, Visual Studio Code - Open Source:
&redirect=CodeEditor
- Studio Classic:
- Space
Arn string - The space Amazon Resource Name (ARN).
- Space
Display stringName - The name of the space that appears in the Studio UI.
- Tag
- A list of tags to apply to the space.
- Url string
Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center.
The following application types are supported:
- Studio Classic:
&redirect=JupyterServer - JupyterLab:
&redirect=JupyterLab - Code Editor, based on Code-OSS, Visual Studio Code - Open Source:
&redirect=CodeEditor
- Studio Classic:
- space
Arn String - The space Amazon Resource Name (ARN).
- space
Display StringName - The name of the space that appears in the Studio UI.
- List<Tag>
- A list of tags to apply to the space.
- url String
Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center.
The following application types are supported:
- Studio Classic:
&redirect=JupyterServer - JupyterLab:
&redirect=JupyterLab - Code Editor, based on Code-OSS, Visual Studio Code - Open Source:
&redirect=CodeEditor
- Studio Classic:
- space
Arn string - The space Amazon Resource Name (ARN).
- space
Display stringName - The name of the space that appears in the Studio UI.
- Tag[]
- A list of tags to apply to the space.
- url string
Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center.
The following application types are supported:
- Studio Classic:
&redirect=JupyterServer - JupyterLab:
&redirect=JupyterLab - Code Editor, based on Code-OSS, Visual Studio Code - Open Source:
&redirect=CodeEditor
- Studio Classic:
- space_
arn str - The space Amazon Resource Name (ARN).
- space_
display_ strname - The name of the space that appears in the Studio UI.
- Sequence[root_Tag]
- A list of tags to apply to the space.
- url str
Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center.
The following application types are supported:
- Studio Classic:
&redirect=JupyterServer - JupyterLab:
&redirect=JupyterLab - Code Editor, based on Code-OSS, Visual Studio Code - Open Source:
&redirect=CodeEditor
- Studio Classic:
- space
Arn String - The space Amazon Resource Name (ARN).
- space
Display StringName - The name of the space that appears in the Studio UI.
- List<Property Map>
- A list of tags to apply to the space.
- url String
Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center.
The following application types are supported:
- Studio Classic:
&redirect=JupyterServer - JupyterLab:
&redirect=JupyterLab - Code Editor, based on Code-OSS, Visual Studio Code - Open Source:
&redirect=CodeEditor
- Studio Classic:
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
