stratosphere-connect-1.0.0: Stratosphere integration for AWS Connect.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Connect.User

Documentation

data User Source #

Constructors

User

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-user.html

Fields

Instances

Instances details
ToJSON User Source # 
Instance details

Defined in Stratosphere.Connect.User

Show User Source # 
Instance details

Defined in Stratosphere.Connect.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Eq User Source # 
Instance details

Defined in Stratosphere.Connect.User

Methods

(==) :: User -> User -> Bool #

(/=) :: User -> User -> Bool #

ToResourceProperties User Source # 
Instance details

Defined in Stratosphere.Connect.User

Property "DirectoryUserId" User Source # 
Instance details

Defined in Stratosphere.Connect.User

Associated Types

type PropertyType "DirectoryUserId" User 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "DirectoryUserId" User = Value Text

Methods

set :: PropertyType "DirectoryUserId" User -> User -> User #

Property "HierarchyGroupArn" User Source # 
Instance details

Defined in Stratosphere.Connect.User

Associated Types

type PropertyType "HierarchyGroupArn" User 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "HierarchyGroupArn" User = Value Text

Methods

set :: PropertyType "HierarchyGroupArn" User -> User -> User #

Property "IdentityInfo" User Source # 
Instance details

Defined in Stratosphere.Connect.User

Associated Types

type PropertyType "IdentityInfo" User 
Instance details

Defined in Stratosphere.Connect.User

Methods

set :: PropertyType "IdentityInfo" User -> User -> User #

Property "InstanceArn" User Source # 
Instance details

Defined in Stratosphere.Connect.User

Associated Types

type PropertyType "InstanceArn" User 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "InstanceArn" User = Value Text

Methods

set :: PropertyType "InstanceArn" User -> User -> User #

Property "Password" User Source # 
Instance details

Defined in Stratosphere.Connect.User

Associated Types

type PropertyType "Password" User 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "Password" User = Value Text

Methods

set :: PropertyType "Password" User -> User -> User #

Property "PhoneConfig" User Source # 
Instance details

Defined in Stratosphere.Connect.User

Associated Types

type PropertyType "PhoneConfig" User 
Instance details

Defined in Stratosphere.Connect.User

Methods

set :: PropertyType "PhoneConfig" User -> User -> User #

Property "RoutingProfileArn" User Source # 
Instance details

Defined in Stratosphere.Connect.User

Associated Types

type PropertyType "RoutingProfileArn" User 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "RoutingProfileArn" User = Value Text

Methods

set :: PropertyType "RoutingProfileArn" User -> User -> User #

Property "SecurityProfileArns" User Source # 
Instance details

Defined in Stratosphere.Connect.User

Associated Types

type PropertyType "SecurityProfileArns" User 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "SecurityProfileArns" User = ValueList Text

Methods

set :: PropertyType "SecurityProfileArns" User -> User -> User #

Property "Tags" User Source # 
Instance details

Defined in Stratosphere.Connect.User

Associated Types

type PropertyType "Tags" User 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "Tags" User = [Tag]

Methods

set :: PropertyType "Tags" User -> User -> User #

Property "UserProficiencies" User Source # 
Instance details

Defined in Stratosphere.Connect.User

Associated Types

type PropertyType "UserProficiencies" User 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "UserProficiencies" User = [UserProficiencyProperty]

Methods

set :: PropertyType "UserProficiencies" User -> User -> User #

Property "Username" User Source # 
Instance details

Defined in Stratosphere.Connect.User

Associated Types

type PropertyType "Username" User 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "Username" User = Value Text

Methods

set :: PropertyType "Username" User -> User -> User #

type PropertyType "DirectoryUserId" User Source # 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "DirectoryUserId" User = Value Text
type PropertyType "HierarchyGroupArn" User Source # 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "HierarchyGroupArn" User = Value Text
type PropertyType "IdentityInfo" User Source # 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "InstanceArn" User Source # 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "InstanceArn" User = Value Text
type PropertyType "Password" User Source # 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "Password" User = Value Text
type PropertyType "PhoneConfig" User Source # 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "RoutingProfileArn" User Source # 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "RoutingProfileArn" User = Value Text
type PropertyType "SecurityProfileArns" User Source # 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "SecurityProfileArns" User = ValueList Text
type PropertyType "Tags" User Source # 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "Tags" User = [Tag]
type PropertyType "UserProficiencies" User Source # 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "UserProficiencies" User = [UserProficiencyProperty]
type PropertyType "Username" User Source # 
Instance details

Defined in Stratosphere.Connect.User

type PropertyType "Username" User = Value Text