We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
Resource Type definition for AWS::Connect::User
Create User Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new User(name: string, args: UserArgs, opts?: CustomResourceOptions);@overload
def User(resource_name: str,
args: UserArgs,
opts: Optional[ResourceOptions] = None)
@overload
def User(resource_name: str,
opts: Optional[ResourceOptions] = None,
instance_arn: Optional[str] = None,
security_profile_arns: Optional[Sequence[str]] = None,
routing_profile_arn: Optional[str] = None,
phone_config: Optional[UserPhoneConfigArgs] = None,
identity_info: Optional[UserIdentityInfoArgs] = None,
hierarchy_group_arn: Optional[str] = None,
password: Optional[str] = None,
persistent_connection_configs: Optional[Sequence[UserPersistentConnectionConfigArgs]] = None,
after_contact_work_configs: Optional[Sequence[UserAfterContactWorkConfigPerChannelArgs]] = None,
phone_number_configs: Optional[Sequence[UserPhoneNumberConfigArgs]] = None,
directory_user_id: Optional[str] = None,
auto_accept_configs: Optional[Sequence[UserAutoAcceptConfigArgs]] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
user_proficiencies: Optional[Sequence[UserProficiencyArgs]] = None,
username: Optional[str] = None,
voice_enhancement_configs: Optional[Sequence[UserVoiceEnhancementConfigArgs]] = None)func NewUser(ctx *Context, name string, args UserArgs, opts ...ResourceOption) (*User, error)public User(string name, UserArgs args, CustomResourceOptions? opts = null)type: aws-native:connect:User
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
User Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The User resource accepts the following input properties:
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Routing
Profile stringArn - The identifier of the routing profile for the user.
- Security
Profile List<string>Arns - One or more security profile arns for the user
- After
Contact List<Pulumi.Work Configs Aws Native. Connect. Inputs. User After Contact Work Config Per Channel> - After Contact Work configurations of a user.
- Auto
Accept List<Pulumi.Configs Aws Native. Connect. Inputs. User Auto Accept Config> - Auto-accept configurations of a user.
- Directory
User stringId - The identifier of the user account in the directory used for identity management.
- Hierarchy
Group stringArn - The identifier of the hierarchy group for the user.
- Identity
Info Pulumi.Aws Native. Connect. Inputs. User Identity Info - The information about the identity of the user.
- Password string
- The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.
- Persistent
Connection List<Pulumi.Configs Aws Native. Connect. Inputs. User Persistent Connection Config> - Persistent Connection configurations of a user.
- Phone
Config Pulumi.Aws Native. Connect. Inputs. User Phone Config - The phone settings for the user.
- Phone
Number List<Pulumi.Configs Aws Native. Connect. Inputs. User Phone Number Config> - Phone Number configurations of a user.
-
List<Pulumi.
Aws Native. Inputs. Tag> - One or more tags.
- User
Proficiencies List<Pulumi.Aws Native. Connect. Inputs. User Proficiency> - One or more predefined attributes assigned to a user, with a level that indicates how skilled they are.
- Username string
- The user name for the account.
- Voice
Enhancement List<Pulumi.Configs Aws Native. Connect. Inputs. User Voice Enhancement Config> - Voice Enhancement configurations of a user.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Routing
Profile stringArn - The identifier of the routing profile for the user.
- Security
Profile []stringArns - One or more security profile arns for the user
- After
Contact []UserWork Configs After Contact Work Config Per Channel Args - After Contact Work configurations of a user.
- Auto
Accept []UserConfigs Auto Accept Config Args - Auto-accept configurations of a user.
- Directory
User stringId - The identifier of the user account in the directory used for identity management.
- Hierarchy
Group stringArn - The identifier of the hierarchy group for the user.
- Identity
Info UserIdentity Info Args - The information about the identity of the user.
- Password string
- The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.
- Persistent
Connection []UserConfigs Persistent Connection Config Args - Persistent Connection configurations of a user.
- Phone
Config UserPhone Config Args - The phone settings for the user.
- Phone
Number []UserConfigs Phone Number Config Args - Phone Number configurations of a user.
-
Tag
Args - One or more tags.
- User
Proficiencies []UserProficiency Args - One or more predefined attributes assigned to a user, with a level that indicates how skilled they are.
- Username string
- The user name for the account.
- Voice
Enhancement []UserConfigs Voice Enhancement Config Args - Voice Enhancement configurations of a user.
- instance
Arn String - The identifier of the Amazon Connect instance.
- routing
Profile StringArn - The identifier of the routing profile for the user.
- security
Profile List<String>Arns - One or more security profile arns for the user
- after
Contact List<UserWork Configs After Contact Work Config Per Channel> - After Contact Work configurations of a user.
- auto
Accept List<UserConfigs Auto Accept Config> - Auto-accept configurations of a user.
- directory
User StringId - The identifier of the user account in the directory used for identity management.
- hierarchy
Group StringArn - The identifier of the hierarchy group for the user.
- identity
Info UserIdentity Info - The information about the identity of the user.
- password String
- The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.
- persistent
Connection List<UserConfigs Persistent Connection Config> - Persistent Connection configurations of a user.
- phone
Config UserPhone Config - The phone settings for the user.
- phone
Number List<UserConfigs Phone Number Config> - Phone Number configurations of a user.
- List<Tag>
- One or more tags.
- user
Proficiencies List<UserProficiency> - One or more predefined attributes assigned to a user, with a level that indicates how skilled they are.
- username String
- The user name for the account.
- voice
Enhancement List<UserConfigs Voice Enhancement Config> - Voice Enhancement configurations of a user.
- instance
Arn string - The identifier of the Amazon Connect instance.
- routing
Profile stringArn - The identifier of the routing profile for the user.
- security
Profile string[]Arns - One or more security profile arns for the user
- after
Contact UserWork Configs After Contact Work Config Per Channel[] - After Contact Work configurations of a user.
- auto
Accept UserConfigs Auto Accept Config[] - Auto-accept configurations of a user.
- directory
User stringId - The identifier of the user account in the directory used for identity management.
- hierarchy
Group stringArn - The identifier of the hierarchy group for the user.
- identity
Info UserIdentity Info - The information about the identity of the user.
- password string
- The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.
- persistent
Connection UserConfigs Persistent Connection Config[] - Persistent Connection configurations of a user.
- phone
Config UserPhone Config - The phone settings for the user.
- phone
Number UserConfigs Phone Number Config[] - Phone Number configurations of a user.
- Tag[]
- One or more tags.
- user
Proficiencies UserProficiency[] - One or more predefined attributes assigned to a user, with a level that indicates how skilled they are.
- username string
- The user name for the account.
- voice
Enhancement UserConfigs Voice Enhancement Config[] - Voice Enhancement configurations of a user.
- instance_
arn str - The identifier of the Amazon Connect instance.
- routing_
profile_ strarn - The identifier of the routing profile for the user.
- security_
profile_ Sequence[str]arns - One or more security profile arns for the user
- after_
contact_ Sequence[Userwork_ configs After Contact Work Config Per Channel Args] - After Contact Work configurations of a user.
- auto_
accept_ Sequence[Userconfigs Auto Accept Config Args] - Auto-accept configurations of a user.
- directory_
user_ strid - The identifier of the user account in the directory used for identity management.
- hierarchy_
group_ strarn - The identifier of the hierarchy group for the user.
- identity_
info UserIdentity Info Args - The information about the identity of the user.
- password str
- The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.
- persistent_
connection_ Sequence[Userconfigs Persistent Connection Config Args] - Persistent Connection configurations of a user.
- phone_
config UserPhone Config Args - The phone settings for the user.
- phone_
number_ Sequence[Userconfigs Phone Number Config Args] - Phone Number configurations of a user.
-
Sequence[Tag
Args] - One or more tags.
- user_
proficiencies Sequence[UserProficiency Args] - One or more predefined attributes assigned to a user, with a level that indicates how skilled they are.
- username str
- The user name for the account.
- voice_
enhancement_ Sequence[Userconfigs Voice Enhancement Config Args] - Voice Enhancement configurations of a user.
- instance
Arn String - The identifier of the Amazon Connect instance.
- routing
Profile StringArn - The identifier of the routing profile for the user.
- security
Profile List<String>Arns - One or more security profile arns for the user
- after
Contact List<Property Map>Work Configs - After Contact Work configurations of a user.
- auto
Accept List<Property Map>Configs - Auto-accept configurations of a user.
- directory
User StringId - The identifier of the user account in the directory used for identity management.
- hierarchy
Group StringArn - The identifier of the hierarchy group for the user.
- identity
Info Property Map - The information about the identity of the user.
- password String
- The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.
- persistent
Connection List<Property Map>Configs - Persistent Connection configurations of a user.
- phone
Config Property Map - The phone settings for the user.
- phone
Number List<Property Map>Configs - Phone Number configurations of a user.
- List<Property Map>
- One or more tags.
- user
Proficiencies List<Property Map> - One or more predefined attributes assigned to a user, with a level that indicates how skilled they are.
- username String
- The user name for the account.
- voice
Enhancement List<Property Map>Configs - Voice Enhancement configurations of a user.
Outputs
All input properties are implicitly available as output properties. Additionally, the User resource produces the following output properties:
Supporting Types
Tag, TagArgs
A set of tags to apply to the resource.UserAfterContactWorkConfig, UserAfterContactWorkConfigArgs
After Contact Work configuration.- after
Contact IntegerWork Time Limit
- after
Contact numberWork Time Limit
- after
Contact NumberWork Time Limit
UserAfterContactWorkConfigPerChannel, UserAfterContactWorkConfigPerChannelArgs
After Contact Work configuration per channel.UserAutoAcceptConfig, UserAutoAcceptConfigArgs
Auto-accept configuration per channel.- auto
Accept Boolean - channel
User
Channel - agent
First BooleanCallback Auto Accept
- auto
Accept boolean - channel
User
Channel - agent
First booleanCallback Auto Accept
UserChannel, UserChannelArgs
- Voice
VOICE- Chat
CHAT- Task
TASKEMAIL
- User
Channel Voice VOICE- User
Channel Chat CHAT- User
Channel Task TASK- User
Channel Email EMAIL
- Voice
VOICE- Chat
CHAT- Task
TASKEMAIL
- Voice
VOICE- Chat
CHAT- Task
TASKEMAIL
- VOICE
VOICE- CHAT
CHAT- TASK
TASKEMAIL
- "VOICE"
VOICE- "CHAT"
CHAT- "TASK"
TASK- "EMAIL"
EMAIL
UserIdentityInfo, UserIdentityInfoArgs
Contains information about the identity of a user.- Email string
- The email address. If you are using SAML for identity management and include this parameter, an error is returned.
- First
Name string - The first name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- Last
Name string - The last name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- Mobile string
- The user's mobile number.
- Secondary
Email string The user's secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.
Pattern :
(?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}
- Email string
- The email address. If you are using SAML for identity management and include this parameter, an error is returned.
- First
Name string - The first name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- Last
Name string - The last name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- Mobile string
- The user's mobile number.
- Secondary
Email string The user's secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.
Pattern :
(?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}
- email String
- The email address. If you are using SAML for identity management and include this parameter, an error is returned.
- first
Name String - The first name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- last
Name String - The last name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- mobile String
- The user's mobile number.
- secondary
Email String The user's secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.
Pattern :
(?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}
- email string
- The email address. If you are using SAML for identity management and include this parameter, an error is returned.
- first
Name string - The first name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- last
Name string - The last name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- mobile string
- The user's mobile number.
- secondary
Email string The user's secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.
Pattern :
(?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}
- email str
- The email address. If you are using SAML for identity management and include this parameter, an error is returned.
- first_
name str - The first name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- last_
name str - The last name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- mobile str
- The user's mobile number.
- secondary_
email str The user's secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.
Pattern :
(?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}
- email String
- The email address. If you are using SAML for identity management and include this parameter, an error is returned.
- first
Name String - The first name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- last
Name String - The last name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
- mobile String
- The user's mobile number.
- secondary
Email String The user's secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.
Pattern :
(?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}
UserPersistentConnectionConfig, UserPersistentConnectionConfigArgs
Persistent Connection configuration per channel.UserPhoneConfig, UserPhoneConfigArgs
Contains information about the phone configuration settings for a user.- After
Contact intWork Time Limit The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW.
When returned by a
SearchUserscall,AfterContactWorkTimeLimitis returned in milliseconds.- Auto
Accept bool - The Auto accept setting.
- Desk
Phone stringNumber - The phone number for the user's desk phone.
- Persistent
Connection bool - The persistent connection setting for the user.
- Phone
Type Pulumi.Aws Native. Connect. User Phone Type - The phone type.
- After
Contact intWork Time Limit The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW.
When returned by a
SearchUserscall,AfterContactWorkTimeLimitis returned in milliseconds.- Auto
Accept bool - The Auto accept setting.
- Desk
Phone stringNumber - The phone number for the user's desk phone.
- Persistent
Connection bool - The persistent connection setting for the user.
- Phone
Type UserPhone Type - The phone type.
- after
Contact IntegerWork Time Limit The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW.
When returned by a
SearchUserscall,AfterContactWorkTimeLimitis returned in milliseconds.- auto
Accept Boolean - The Auto accept setting.
- desk
Phone StringNumber - The phone number for the user's desk phone.
- persistent
Connection Boolean - The persistent connection setting for the user.
- phone
Type UserPhone Type - The phone type.
- after
Contact numberWork Time Limit The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW.
When returned by a
SearchUserscall,AfterContactWorkTimeLimitis returned in milliseconds.- auto
Accept boolean - The Auto accept setting.
- desk
Phone stringNumber - The phone number for the user's desk phone.
- persistent
Connection boolean - The persistent connection setting for the user.
- phone
Type UserPhone Type - The phone type.
- after_
contact_ intwork_ time_ limit The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW.
When returned by a
SearchUserscall,AfterContactWorkTimeLimitis returned in milliseconds.- auto_
accept bool - The Auto accept setting.
- desk_
phone_ strnumber - The phone number for the user's desk phone.
- persistent_
connection bool - The persistent connection setting for the user.
- phone_
type UserPhone Type - The phone type.
- after
Contact NumberWork Time Limit The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW.
When returned by a
SearchUserscall,AfterContactWorkTimeLimitis returned in milliseconds.- auto
Accept Boolean - The Auto accept setting.
- desk
Phone StringNumber - The phone number for the user's desk phone.
- persistent
Connection Boolean - The persistent connection setting for the user.
- phone
Type "SOFT_PHONE" | "DESK_PHONE" - The phone type.
UserPhoneNumberConfig, UserPhoneNumberConfigArgs
Phone Number configuration per channel.UserPhoneType, UserPhoneTypeArgs
- Soft
Phone SOFT_PHONE- Desk
Phone DESK_PHONE
- User
Phone Type Soft Phone SOFT_PHONE- User
Phone Type Desk Phone DESK_PHONE
- Soft
Phone SOFT_PHONE- Desk
Phone DESK_PHONE
- Soft
Phone SOFT_PHONE- Desk
Phone DESK_PHONE
- SOFT_PHONE
SOFT_PHONE- DESK_PHONE
DESK_PHONE
- "SOFT_PHONE"
SOFT_PHONE- "DESK_PHONE"
DESK_PHONE
UserProficiency, UserProficiencyArgs
Proficiency of a user.- Attribute
Name string - The name of user’s proficiency. You must use a predefined attribute name that is present in the Amazon Connect instance.
- Attribute
Value string - The value of user’s proficiency. You must use a predefined attribute value that is present in the Amazon Connect instance.
- Level double
- The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
- Attribute
Name string - The name of user’s proficiency. You must use a predefined attribute name that is present in the Amazon Connect instance.
- Attribute
Value string - The value of user’s proficiency. You must use a predefined attribute value that is present in the Amazon Connect instance.
- Level float64
- The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
- attribute
Name String - The name of user’s proficiency. You must use a predefined attribute name that is present in the Amazon Connect instance.
- attribute
Value String - The value of user’s proficiency. You must use a predefined attribute value that is present in the Amazon Connect instance.
- level Double
- The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
- attribute
Name string - The name of user’s proficiency. You must use a predefined attribute name that is present in the Amazon Connect instance.
- attribute
Value string - The value of user’s proficiency. You must use a predefined attribute value that is present in the Amazon Connect instance.
- level number
- The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
- attribute_
name str - The name of user’s proficiency. You must use a predefined attribute name that is present in the Amazon Connect instance.
- attribute_
value str - The value of user’s proficiency. You must use a predefined attribute value that is present in the Amazon Connect instance.
- level float
- The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
- attribute
Name String - The name of user’s proficiency. You must use a predefined attribute name that is present in the Amazon Connect instance.
- attribute
Value String - The value of user’s proficiency. You must use a predefined attribute value that is present in the Amazon Connect instance.
- level Number
- The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
UserVoiceEnhancementConfig, UserVoiceEnhancementConfigArgs
Voice Enhancement configuration per channel.UserVoiceEnhancementMode, UserVoiceEnhancementModeArgs
- None
NONE- Voice
Isolation VOICE_ISOLATION- Noise
Suppression NOISE_SUPPRESSION
- User
Voice Enhancement Mode None NONE- User
Voice Enhancement Mode Voice Isolation VOICE_ISOLATION- User
Voice Enhancement Mode Noise Suppression NOISE_SUPPRESSION
- None
NONE- Voice
Isolation VOICE_ISOLATION- Noise
Suppression NOISE_SUPPRESSION
- None
NONE- Voice
Isolation VOICE_ISOLATION- Noise
Suppression NOISE_SUPPRESSION
- NONE
NONE- VOICE_ISOLATION
VOICE_ISOLATION- NOISE_SUPPRESSION
NOISE_SUPPRESSION
- "NONE"
NONE- "VOICE_ISOLATION"
VOICE_ISOLATION- "NOISE_SUPPRESSION"
NOISE_SUPPRESSION
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
