Stratosphere.IAM.User
module Stratosphere.IAM.User.LoginProfileProperty
module Stratosphere.IAM.User.PolicyProperty
data User Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html#cfn-iam-user-groups
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html#cfn-iam-user-loginprofile
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html#cfn-iam-user-managedpolicyarns
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html#cfn-iam-user-path
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html#cfn-iam-user-permissionsboundary
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html#cfn-iam-user-policies
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html#cfn-iam-user-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html#cfn-iam-user-username
Defined in Stratosphere.IAM.User
Methods
toJSON :: User -> Value #
toEncoding :: User -> Encoding #
toJSONList :: [User] -> Value #
toEncodingList :: [User] -> Encoding #
omitField :: User -> Bool #
showsPrec :: Int -> User -> ShowS #
show :: User -> String #
showList :: [User] -> ShowS #
(==) :: User -> User -> Bool #
(/=) :: User -> User -> Bool #
toResourceProperties :: User -> ResourceProperties #
Associated Types
set :: PropertyType "Groups" User -> User -> User #
set :: PropertyType "LoginProfile" User -> User -> User #
set :: PropertyType "ManagedPolicyArns" User -> User -> User #
set :: PropertyType "Path" User -> User -> User #
set :: PropertyType "PermissionsBoundary" User -> User -> User #
set :: PropertyType "Policies" User -> User -> User #
set :: PropertyType "Tags" User -> User -> User #
set :: PropertyType "UserName" User -> User -> User #
mkUser :: User Source #