Stratosphere.Organizations.Account
data Account Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html#cfn-organizations-account-accountname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html#cfn-organizations-account-email
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html#cfn-organizations-account-parentids
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html#cfn-organizations-account-rolename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html#cfn-organizations-account-tags
Defined in Stratosphere.Organizations.Account
Methods
toJSON :: Account -> Value #
toEncoding :: Account -> Encoding #
toJSONList :: [Account] -> Value #
toEncodingList :: [Account] -> Encoding #
omitField :: Account -> Bool #
showsPrec :: Int -> Account -> ShowS #
show :: Account -> String #
showList :: [Account] -> ShowS #
(==) :: Account -> Account -> Bool #
(/=) :: Account -> Account -> Bool #
toResourceProperties :: Account -> ResourceProperties #
Associated Types
set :: PropertyType "AccountName" Account -> Account -> Account #
set :: PropertyType "Email" Account -> Account -> Account #
set :: PropertyType "ParentIds" Account -> Account -> Account #
set :: PropertyType "RoleName" Account -> Account -> Account #
set :: PropertyType "Tags" Account -> Account -> Account #
mkAccount :: Value Text -> Value Text -> Account Source #