1. Packages
  2. AWS Native
  3. API Docs
  4. sagemaker
  5. getSpace

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.sagemaker.getSpace

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:sagemaker:getSpace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DomainId string
    The ID of the associated Domain.
    SpaceName string
    A name for the Space.
    DomainId string
    The ID of the associated Domain.
    SpaceName string
    A name for the Space.
    domainId String
    The ID of the associated Domain.
    spaceName String
    A name for the Space.
    domainId string
    The ID of the associated Domain.
    spaceName string
    A name for the Space.
    domain_id str
    The ID of the associated Domain.
    space_name str
    A name for the Space.
    domainId String
    The ID of the associated Domain.
    spaceName String
    A name for the Space.

    getSpace Result

    The following output properties are available:

    SpaceArn string
    The space Amazon Resource Name (ARN).
    SpaceDisplayName string
    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
    SpaceArn string
    The space Amazon Resource Name (ARN).
    SpaceDisplayName string
    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
    spaceArn String
    The space Amazon Resource Name (ARN).
    spaceDisplayName String
    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
    spaceArn string
    The space Amazon Resource Name (ARN).
    spaceDisplayName string
    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
    space_arn str
    The space Amazon Resource Name (ARN).
    space_display_name str
    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
    spaceArn String
    The space Amazon Resource Name (ARN).
    spaceDisplayName String
    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

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi