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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnUserProps
CfnUserProps.Builder, CfnUserProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnUserProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The identifier of the user account in the directory used for identity management.final String
The Amazon Resource Name (ARN) of the user's hierarchy group.final Object
Information about the user identity.final String
The Amazon Resource Name (ARN) of the instance.final String
The user's password.final Object
Information about the phone configuration for the user.final String
The 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 String
The user name assigned to the user account.final Object
One or more predefined attributes assigned to a user, with a numeric value that indicates how their level of skill in a specified area.final int
hashCode()
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:CfnUserProps
The Amazon Resource Name (ARN) of the instance.- Specified by:
getInstanceArn
in interfaceCfnUserProps
- See Also:
-
getPhoneConfig
Description copied from interface:CfnUserProps
Information about the phone configuration for the user.- Specified by:
getPhoneConfig
in interfaceCfnUserProps
- See Also:
-
getRoutingProfileArn
Description copied from interface:CfnUserProps
The Amazon Resource Name (ARN) of the user's routing profile.- Specified by:
getRoutingProfileArn
in interfaceCfnUserProps
- See Also:
-
getSecurityProfileArns
Description copied from interface:CfnUserProps
The Amazon Resource Name (ARN) of the user's security profile.- Specified by:
getSecurityProfileArns
in interfaceCfnUserProps
- See Also:
-
getUsername
Description copied from interface:CfnUserProps
The user name assigned to the user account.- Specified by:
getUsername
in interfaceCfnUserProps
- See Also:
-
getDirectoryUserId
Description copied from interface:CfnUserProps
The identifier of the user account in the directory used for identity management.- Specified by:
getDirectoryUserId
in interfaceCfnUserProps
- See Also:
-
getHierarchyGroupArn
Description copied from interface:CfnUserProps
The Amazon Resource Name (ARN) of the user's hierarchy group.- Specified by:
getHierarchyGroupArn
in interfaceCfnUserProps
- See Also:
-
getIdentityInfo
Description copied from interface:CfnUserProps
Information about the user identity.- Specified by:
getIdentityInfo
in interfaceCfnUserProps
- See Also:
-
getPassword
Description copied from interface:CfnUserProps
The user's password.- Specified by:
getPassword
in interfaceCfnUserProps
- See Also:
-
getTags
Description copied from interface:CfnUserProps
The tags.- Specified by:
getTags
in interfaceCfnUserProps
- See Also:
-
getUserProficiencies
Description copied from interface:CfnUserProps
One or more predefined attributes assigned to a user, with a numeric value that indicates how their level of skill in a specified area.- Specified by:
getUserProficiencies
in interfaceCfnUserProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-