Interface CfnUserProfile.SsoUserProfileDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserProfile.SsoUserProfileDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnUserProfile
@Stability(Stable)
public static interface CfnUserProfile.SsoUserProfileDetailsProperty
extends software.amazon.jsii.JsiiSerializable
The details of the SSO User Profile.
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.*;
SsoUserProfileDetailsProperty ssoUserProfileDetailsProperty = SsoUserProfileDetailsProperty.builder()
.firstName("firstName")
.lastName("lastName")
.username("username")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserProfile.SsoUserProfileDetailsPropertystatic final classAn implementation forCfnUserProfile.SsoUserProfileDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFirstName
The First Name of the IAM User Profile.- See Also:
-
getLastName
The Last Name of the IAM User Profile.- See Also:
-
getUsername
The username of the SSO User Profile.- See Also:
-
builder
-