Class CfnUserProfileMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnUserProfileMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProfileMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProfileMixinProps
@Stability(Stable)
@Internal
public static final class CfnUserProfileMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfileMixinProps
An implementation for
CfnUserProfileMixinProps-
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.cfnpropertymixins.services.sagemaker.CfnUserProfileMixinProps
CfnUserProfileMixinProps.Builder, CfnUserProfileMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserProfileMixinProps.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 ObjectThe 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 theCfnUserProfileMixinProps.Builder.
-
-
Method Details
-
getDomainId
Description copied from interface:CfnUserProfileMixinPropsThe domain ID.Returns union: either
StringorIDomainRef- Specified by:
getDomainIdin interfaceCfnUserProfileMixinProps- See Also:
-
getSingleSignOnUserIdentifier
Description copied from interface:CfnUserProfileMixinPropsA specifier for the type of value specified in SingleSignOnUserValue.Currently, 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.
- Specified by:
getSingleSignOnUserIdentifierin interfaceCfnUserProfileMixinProps- See Also:
-
getSingleSignOnUserValue
Description copied from interface:CfnUserProfileMixinPropsThe username of the associated AWS Single Sign-On User for this UserProfile.If 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.
- Specified by:
getSingleSignOnUserValuein interfaceCfnUserProfileMixinProps- See Also:
-
getTags
Description copied from interface:CfnUserProfileMixinPropsAn 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 interfaceCfnUserProfileMixinProps- See Also:
-
getUserProfileName
Description copied from interface:CfnUserProfileMixinPropsThe user profile name.- Specified by:
getUserProfileNamein interfaceCfnUserProfileMixinProps- See Also:
-
getUserSettings
Description copied from interface:CfnUserProfileMixinPropsA collection of settings that apply to users of Amazon SageMaker Studio.Returns union: either
IResolvableorCfnUserProfilePropsMixin.UserSettingsProperty- Specified by:
getUserSettingsin interfaceCfnUserProfileMixinProps- 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()
-