Class CfnUserProfileProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnUserProfileProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProfileProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProfileProps
@Stability(Stable)
@Internal
public static final class CfnUserProfileProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfileProps
An implementation for
CfnUserProfileProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnUserProfileProps
CfnUserProfileProps.Builder, CfnUserProfileProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnUserProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserProfileProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe domain ID.final StringA specifier for the type of value specified in SingleSignOnUserValue.final StringThe username of the associated AWS Single Sign-On User for this UserProfile.getTags()An array of key-value pairs to apply to this resource.final StringThe user profile name.final ObjectA collection of settings that apply to users of Amazon SageMaker Studio.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserProfileProps.Builder.
-
-
Method Details
-
getDomainId
Description copied from interface:CfnUserProfilePropsThe domain ID.- Specified by:
getDomainIdin interfaceCfnUserProfileProps- See Also:
-
getUserProfileName
Description copied from interface:CfnUserProfilePropsThe user profile name.- Specified by:
getUserProfileNamein interfaceCfnUserProfileProps- See Also:
-
getSingleSignOnUserIdentifier
Description copied from interface:CfnUserProfilePropsA specifier for the type of value specified in SingleSignOnUserValue.Currently, the only supported value is "UserName". If the Domain's AuthMode is IAM Identity Center , this field is required. If the Domain's AuthMode is not IAM Identity Center , this field cannot be specified.
- Specified by:
getSingleSignOnUserIdentifierin interfaceCfnUserProfileProps- See Also:
-
getSingleSignOnUserValue
Description copied from interface:CfnUserProfilePropsThe username of the associated AWS Single Sign-On User for this UserProfile.If the Domain's AuthMode is IAM Identity Center , this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not IAM Identity Center , this field cannot be specified.
- Specified by:
getSingleSignOnUserValuein interfaceCfnUserProfileProps- See Also:
-
getTags
Description copied from interface:CfnUserProfilePropsAn array of key-value pairs to apply to this resource.Tags that you specify for the User Profile are also added to all apps that the User Profile launches.
For more information, see Tag .
- Specified by:
getTagsin interfaceCfnUserProfileProps- See Also:
-
getUserSettings
Description copied from interface:CfnUserProfilePropsA collection of settings that apply to users of Amazon SageMaker Studio.Returns union: either
IResolvableorCfnUserProfile.UserSettingsProperty- Specified by:
getUserSettingsin interfaceCfnUserProfileProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-