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

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.sagemaker.getSpace

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 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.
    Tags List<Pulumi.AwsNative.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
    SpaceArn string
    The space Amazon Resource Name (ARN).
    SpaceDisplayName string
    The name of the space that appears in the Studio UI.
    Tags 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
    spaceArn String
    The space Amazon Resource Name (ARN).
    spaceDisplayName String
    The name of the space that appears in the Studio UI.
    tags 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
    spaceArn string
    The space Amazon Resource Name (ARN).
    spaceDisplayName string
    The name of the space that appears in the Studio UI.
    tags 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
    space_arn str
    The space Amazon Resource Name (ARN).
    space_display_name str
    The name of the space that appears in the Studio UI.
    tags 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
    spaceArn String
    The space Amazon Resource Name (ARN).
    spaceDisplayName String
    The name of the space that appears in the Studio UI.
    tags 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

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

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

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi