@Stability(value=Stable) @Internal public static final class CfnUserProfileProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserProfileProps
CfnUserProfilePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnUserProfileProps.Builder, CfnUserProfileProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnUserProfileProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnUserProfileProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDomainId()
The domain ID.
|
String |
getSingleSignOnUserIdentifier()
A specifier for the type of value specified in SingleSignOnUserValue.
|
String |
getSingleSignOnUserValue()
The username of the associated AWS Single Sign-On User for this UserProfile.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
String |
getUserProfileName()
The user profile name.
|
Object |
getUserSettings()
A collection of settings that apply to users of Amazon SageMaker Studio.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnUserProfileProps.Builder builder)
CfnUserProfileProps.Builder.public final String getDomainId()
CfnUserProfilePropsgetDomainId in interface CfnUserProfilePropspublic final String getUserProfileName()
CfnUserProfilePropsgetUserProfileName in interface CfnUserProfilePropspublic final String getSingleSignOnUserIdentifier()
CfnUserProfilePropsCurrently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
getSingleSignOnUserIdentifier in interface CfnUserProfilePropspublic final String getSingleSignOnUserValue()
CfnUserProfilePropsIf the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
getSingleSignOnUserValue in interface CfnUserProfilePropspublic final List<CfnTag> getTags()
CfnUserProfilePropsTags that you specify for the User Profile are also added to all apps that the User Profile launches.
For more information, see Tag .
getTags in interface CfnUserProfilePropspublic final Object getUserSettings()
CfnUserProfilePropsgetUserSettings in interface CfnUserProfileProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.