Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateSpaceRequest

import type { CreateSpaceRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateSpaceRequest {
DomainId: string;
SpaceName: string;
SpaceSettings?: SpaceSettings | null;
Tags?: Tag[] | null;
}

§Properties

§
DomainId: string
[src]

The ID of the associated Domain.

§
SpaceName: string
[src]

The name of the space.

§
SpaceSettings?: SpaceSettings | null
[src]

A collection of space settings.

§
Tags?: Tag[] | null
[src]

Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.