We recommend new projects start with resources from the AWS provider.
aws-native.sagemaker.getSpace
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:sagemaker:getSpace
arguments:
# arguments dictionary
The 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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:
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.