interface OwnershipSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnSpacePropsMixin.OwnershipSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnSpacePropsMixin_OwnershipSettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnSpacePropsMixin.OwnershipSettingsProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnSpacePropsMixin.OwnershipSettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnSpacePropsMixin » OwnershipSettingsProperty |
The collection of ownership settings for a space.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const ownershipSettingsProperty: sagemaker_mixins.CfnSpacePropsMixin.OwnershipSettingsProperty = {
ownerUserProfileName: 'ownerUserProfileName',
};
Properties
| Name | Type | Description |
|---|---|---|
| owner | string | The user profile who is the owner of the space. |
ownerUserProfileName?
Type:
string
(optional)
The user profile who is the owner of the space.

.NET
Go
Java
Python
TypeScript