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.102.0 published on Tuesday, Apr 16, 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.102.0 published on Tuesday, Apr 16, 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
    Url string
    SpaceArn string
    The space Amazon Resource Name (ARN).
    SpaceDisplayName string
    Url string
    spaceArn String
    The space Amazon Resource Name (ARN).
    spaceDisplayName String
    url String
    spaceArn string
    The space Amazon Resource Name (ARN).
    spaceDisplayName string
    url string
    space_arn str
    The space Amazon Resource Name (ARN).
    space_display_name str
    url str
    spaceArn String
    The space Amazon Resource Name (ARN).
    spaceDisplayName String
    url String

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi