Show / Hide Table of Contents

Interface ISpaceReference

A reference to a Space resource.

Namespace: Amazon.CDK.Interfaces.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISpaceReference
Syntax (vb)
Public Interface ISpaceReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.Sagemaker;

            var spaceReference = new SpaceReference {
                DomainId = "domainId",
                SpaceArn = "spaceArn",
                SpaceName = "spaceName"
            };

Synopsis

Properties

DomainId

The DomainId of the Space resource.

SpaceArn

The ARN of the Space resource.

SpaceName

The SpaceName of the Space resource.

Properties

DomainId

The DomainId of the Space resource.

string DomainId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

SpaceArn

The ARN of the Space resource.

string SpaceArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

SpaceName

The SpaceName of the Space resource.

string SpaceName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX