Class CfnUserProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProps
CfnUserProps-
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.connect.CfnUserProps
CfnUserProps.Builder, CfnUserProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnUserProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserProps.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 ObjectAfter Contact Work configurations of a user.final ObjectAuto-accept configurations of a user.final StringThe identifier of the user account in the directory used for identity management.final StringThe Amazon Resource Name (ARN) of the user's hierarchy group.final ObjectInformation about the user identity.final StringThe Amazon Resource Name (ARN) of the instance.final StringThe user's password.final ObjectPersistent Connection configurations of a user.final ObjectInformation about the phone configuration for the user.final ObjectPhone Number configurations of a user.final StringThe Amazon Resource Name (ARN) of the user's routing profile.The Amazon Resource Name (ARN) of the user's security profile.getTags()The tags.final StringThe user name assigned to the user account.final ObjectOne or more predefined attributes assigned to a user, with a numeric value that indicates how their level of skill in a specified area.final ObjectVoice Enhancement configurations of a user.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 theCfnUserProps.Builder.
-
-
Method Details
-
getInstanceArn
Description copied from interface:CfnUserPropsThe Amazon Resource Name (ARN) of the instance.- Specified by:
getInstanceArnin interfaceCfnUserProps- See Also:
-
getRoutingProfileArn
Description copied from interface:CfnUserPropsThe Amazon Resource Name (ARN) of the user's routing profile.- Specified by:
getRoutingProfileArnin interfaceCfnUserProps- See Also:
-
getSecurityProfileArns
Description copied from interface:CfnUserPropsThe Amazon Resource Name (ARN) of the user's security profile.- Specified by:
getSecurityProfileArnsin interfaceCfnUserProps- See Also:
-
getUsername
Description copied from interface:CfnUserPropsThe user name assigned to the user account.- Specified by:
getUsernamein interfaceCfnUserProps- See Also:
-
getAfterContactWorkConfigs
Description copied from interface:CfnUserPropsAfter Contact Work configurations of a user.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUser.AfterContactWorkConfigPerChannelProperty>- Specified by:
getAfterContactWorkConfigsin interfaceCfnUserProps- See Also:
-
getAutoAcceptConfigs
Description copied from interface:CfnUserPropsAuto-accept configurations of a user.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUser.AutoAcceptConfigProperty>- Specified by:
getAutoAcceptConfigsin interfaceCfnUserProps- See Also:
-
getDirectoryUserId
Description copied from interface:CfnUserPropsThe identifier of the user account in the directory used for identity management.- Specified by:
getDirectoryUserIdin interfaceCfnUserProps- See Also:
-
getHierarchyGroupArn
Description copied from interface:CfnUserPropsThe Amazon Resource Name (ARN) of the user's hierarchy group.- Specified by:
getHierarchyGroupArnin interfaceCfnUserProps- See Also:
-
getIdentityInfo
Description copied from interface:CfnUserPropsInformation about the user identity.Returns union: either
IResolvableorCfnUser.UserIdentityInfoProperty- Specified by:
getIdentityInfoin interfaceCfnUserProps- See Also:
-
getPassword
Description copied from interface:CfnUserPropsThe user's password.- Specified by:
getPasswordin interfaceCfnUserProps- See Also:
-
getPersistentConnectionConfigs
Description copied from interface:CfnUserPropsPersistent Connection configurations of a user.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUser.PersistentConnectionConfigProperty>- Specified by:
getPersistentConnectionConfigsin interfaceCfnUserProps- See Also:
-
getPhoneConfig
Description copied from interface:CfnUserPropsInformation about the phone configuration for the user.Returns union: either
IResolvableorCfnUser.UserPhoneConfigProperty- Specified by:
getPhoneConfigin interfaceCfnUserProps- See Also:
-
getPhoneNumberConfigs
Description copied from interface:CfnUserPropsPhone Number configurations of a user.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUser.PhoneNumberConfigProperty>- Specified by:
getPhoneNumberConfigsin interfaceCfnUserProps- See Also:
-
getTags
Description copied from interface:CfnUserPropsThe tags.- Specified by:
getTagsin interfaceCfnUserProps- See Also:
-
getUserProficiencies
Description copied from interface:CfnUserPropsOne or more predefined attributes assigned to a user, with a numeric value that indicates how their level of skill in a specified area.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUser.UserProficiencyProperty>- Specified by:
getUserProficienciesin interfaceCfnUserProps- See Also:
-
getVoiceEnhancementConfigs
Description copied from interface:CfnUserPropsVoice Enhancement configurations of a user.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUser.VoiceEnhancementConfigProperty>- Specified by:
getVoiceEnhancementConfigsin interfaceCfnUserProps- 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()
-