Class CfnUserProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnUserProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProps
@Stability(Stable)
@Internal
public static final class CfnUserProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProps
An implementation for
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 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 ObjectInformation about the phone configuration for the 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 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:
-
getPhoneConfig
Description copied from interface:CfnUserPropsInformation about the phone configuration for the user.Returns union: either
IResolvableorCfnUser.UserPhoneConfigProperty- Specified by:
getPhoneConfigin 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:
-
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:
-
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:
-
$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()
-