Interface CfnUserProfileMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserProfileMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.986Z")
@Stability(Stable)
public interface CfnUserProfileMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnUserProfilePropsMixin.
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.*;
CfnUserProfileMixinProps cfnUserProfileMixinProps = CfnUserProfileMixinProps.builder()
.domainIdentifier("domainIdentifier")
.status("status")
.userIdentifier("userIdentifier")
.userType("userType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserProfileMixinPropsstatic final classAn implementation forCfnUserProfileMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe identifier of a Amazon DataZone domain in which a user profile exists.default StringThe status of the user profile.default StringThe identifier of the user for which the user profile is created.default StringThe user type of the user for which the user profile is created.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainIdentifier
The identifier of a Amazon DataZone domain in which a user profile exists.- See Also:
-
getStatus
The status of the user profile.- See Also:
-
getUserIdentifier
The identifier of the user for which the user profile is created.- See Also:
-
getUserType
The user type of the user for which the user profile is created.- See Also:
-
builder
- Returns:
- a
CfnUserProfileMixinProps.BuilderofCfnUserProfileMixinProps
-