Interface CfnOwnerPropsMixin.OwnerUserPropertiesProperty

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

@Stability(Stable) public static interface CfnOwnerPropsMixin.OwnerUserPropertiesProperty extends software.amazon.jsii.JsiiSerializable
The properties of the owner user.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
 OwnerUserPropertiesProperty ownerUserPropertiesProperty = OwnerUserPropertiesProperty.builder()
         .userIdentifier("userIdentifier")
         .build();
 

See Also: