SpaceArgs

data class SpaceArgs(val domainId: Output<String>? = null, val spaceName: Output<String>? = null, val spaceSettings: Output<SpaceSettingsArgs>? = null, val tags: Output<List<SpaceTagArgs>>? = null) : ConvertibleToJava<SpaceArgs>

Resource Type definition for AWS::SageMaker::Space

Constructors

Link copied to clipboard
fun SpaceArgs(domainId: Output<String>? = null, spaceName: Output<String>? = null, spaceSettings: Output<SpaceSettingsArgs>? = null, tags: Output<List<SpaceTagArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SpaceArgs

Properties

Link copied to clipboard
val domainId: Output<String>? = null

The ID of the associated Domain.

Link copied to clipboard
val spaceName: Output<String>? = null

A name for the Space.

Link copied to clipboard
val spaceSettings: Output<SpaceSettingsArgs>? = null

A collection of settings.

Link copied to clipboard
val tags: Output<List<SpaceTagArgs>>? = null

A list of tags to apply to the space.