SpaceArgs

data class SpaceArgs(val domainId: Output<String>? = null, val ownershipSettings: Output<SpaceOwnershipSettingsArgs>? = null, val spaceDisplayName: Output<String>? = null, val spaceName: Output<String>? = null, val spaceSettings: Output<SpaceSettingsArgs>? = null, val spaceSharingSettings: Output<SpaceSharingSettingsArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<SpaceArgs>

Resource Type definition for AWS::SageMaker::Space

Constructors

Link copied to clipboard
constructor(domainId: Output<String>? = null, ownershipSettings: Output<SpaceOwnershipSettingsArgs>? = null, spaceDisplayName: Output<String>? = null, spaceName: Output<String>? = null, spaceSettings: Output<SpaceSettingsArgs>? = null, spaceSharingSettings: Output<SpaceSharingSettingsArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The ID of the associated Domain.

Link copied to clipboard

The collection of ownership settings for a space.

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

The name of the space that appears in the Studio UI.

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

A collection of space sharing settings.

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

A list of tags to apply to the space.

Functions

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