interface SpaceSharingSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnSpacePropsMixin.SpaceSharingSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnSpacePropsMixin_SpaceSharingSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnSpacePropsMixin.SpaceSharingSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnSpacePropsMixin.SpaceSharingSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnSpacePropsMixin » SpaceSharingSettingsProperty |
A collection of space sharing settings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const spaceSharingSettingsProperty: sagemaker.CfnSpacePropsMixin.SpaceSharingSettingsProperty = {
sharingType: 'sharingType',
};
Properties
| Name | Type | Description |
|---|---|---|
| sharing | string | Specifies the sharing type of the space. |
sharingType?
Type:
string
(optional)
Specifies the sharing type of the space.

.NET
Go
Java
Python
TypeScript