Interface CfnSpace.OwnershipSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSpace.OwnershipSettingsProperty.Jsii$Proxy
Enclosing class:
CfnSpace

@Stability(Stable) public static interface CfnSpace.OwnershipSettingsProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.sagemaker.*;
 OwnershipSettingsProperty ownershipSettingsProperty = OwnershipSettingsProperty.builder()
         .ownerUserProfileName("ownerUserProfileName")
         .build();
 

See Also: