getSpace

suspend fun getSpace(argument: GetSpacePlainArgs): GetSpaceResult

Resource Type definition for AWS::SageMaker::Space

Return

null

Parameters

argument

null


suspend fun getSpace(domainId: String, spaceName: String): GetSpaceResult

Return

null

Parameters

domainId

The ID of the associated Domain.

spaceName

A name for the Space.

See also


suspend fun getSpace(argument: suspend GetSpacePlainArgsBuilder.() -> Unit): GetSpaceResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.sagemaker.kotlin.inputs.GetSpacePlainArgs.

See also