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 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
-
getPhoneConfig
Description copied from interface:CfnUserPropsInformation about the phone configuration for the user.- Specified by:
getPhoneConfigin interfaceCfnUserProps
-
getRoutingProfileArn
Description copied from interface:CfnUserPropsThe Amazon Resource Name (ARN) of the user's routing profile.- Specified by:
getRoutingProfileArnin interfaceCfnUserProps
-
getSecurityProfileArns
Description copied from interface:CfnUserPropsThe Amazon Resource Name (ARN) of the user's security profile.- Specified by:
getSecurityProfileArnsin interfaceCfnUserProps
-
getUsername
Description copied from interface:CfnUserPropsThe user name assigned to the user account.- Specified by:
getUsernamein interfaceCfnUserProps
-
getDirectoryUserId
Description copied from interface:CfnUserPropsThe identifier of the user account in the directory used for identity management.- Specified by:
getDirectoryUserIdin interfaceCfnUserProps
-
getHierarchyGroupArn
Description copied from interface:CfnUserPropsThe Amazon Resource Name (ARN) of the user's hierarchy group.- Specified by:
getHierarchyGroupArnin interfaceCfnUserProps
-
getIdentityInfo
Description copied from interface:CfnUserPropsInformation about the user identity.- Specified by:
getIdentityInfoin interfaceCfnUserProps
-
getPassword
Description copied from interface:CfnUserPropsThe user's password.- Specified by:
getPasswordin interfaceCfnUserProps
-
getTags
Description copied from interface:CfnUserPropsThe tags.- Specified by:
getTagsin interfaceCfnUserProps
-
$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()
-