stratosphere-transfer-1.0.0: Stratosphere integration for AWS Transfer.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Transfer.User

Documentation

data User Source #

Constructors

User

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

Fields

Instances

Instances details
ToJSON User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Show User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Eq User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Methods

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

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

ToResourceProperties User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Property "HomeDirectory" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Associated Types

type PropertyType "HomeDirectory" User 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "HomeDirectory" User = Value Text

Methods

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

Property "HomeDirectoryMappings" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Associated Types

type PropertyType "HomeDirectoryMappings" User 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "HomeDirectoryMappings" User = [HomeDirectoryMapEntryProperty]

Methods

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

Property "HomeDirectoryType" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Associated Types

type PropertyType "HomeDirectoryType" User 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "HomeDirectoryType" User = Value Text

Methods

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

Property "Policy" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Associated Types

type PropertyType "Policy" User 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "Policy" User = Value Text

Methods

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

Property "PosixProfile" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Associated Types

type PropertyType "PosixProfile" User 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "PosixProfile" User = PosixProfileProperty

Methods

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

Property "Role" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Associated Types

type PropertyType "Role" User 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "Role" User = Value Text

Methods

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

Property "ServerId" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Associated Types

type PropertyType "ServerId" User 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "ServerId" User = Value Text

Methods

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

Property "SshPublicKeys" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Associated Types

type PropertyType "SshPublicKeys" User 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "SshPublicKeys" User = ValueList Text

Methods

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

Property "Tags" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Associated Types

type PropertyType "Tags" User 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "Tags" User = [Tag]

Methods

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

Property "UserName" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

Associated Types

type PropertyType "UserName" User 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "UserName" User = Value Text

Methods

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

type PropertyType "HomeDirectory" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "HomeDirectory" User = Value Text
type PropertyType "HomeDirectoryMappings" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "HomeDirectoryMappings" User = [HomeDirectoryMapEntryProperty]
type PropertyType "HomeDirectoryType" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "HomeDirectoryType" User = Value Text
type PropertyType "Policy" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "Policy" User = Value Text
type PropertyType "PosixProfile" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "PosixProfile" User = PosixProfileProperty
type PropertyType "Role" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "Role" User = Value Text
type PropertyType "ServerId" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

type PropertyType "ServerId" User = Value Text
type PropertyType "SshPublicKeys" User Source # 
Instance details

Defined in Stratosphere.Transfer.User

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

Defined in Stratosphere.Transfer.User

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

Defined in Stratosphere.Transfer.User

type PropertyType "UserName" User = Value Text