interface OwnershipSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnSpacePropsMixin.OwnershipSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnSpacePropsMixin_OwnershipSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnSpacePropsMixin.OwnershipSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnSpacePropsMixin.OwnershipSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » 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 { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const ownershipSettingsProperty: sagemaker.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