Interface CfnOwner.OwnerUserPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOwner.OwnerUserPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnOwner
@Stability(Stable)
public static interface CfnOwner.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.services.datazone.*;
OwnerUserPropertiesProperty ownerUserPropertiesProperty = OwnerUserPropertiesProperty.builder()
.userIdentifier("userIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOwner.OwnerUserPropertiesPropertystatic final classAn implementation forCfnOwner.OwnerUserPropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUserIdentifier
The ID of the owner user.- See Also:
-
builder
-