| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.MSK.ServerlessCluster.IamProperty
Documentation
data IamProperty Source #
Constructors
| IamProperty | |
Instances
| ToJSON IamProperty Source # | |||||
Defined in Stratosphere.MSK.ServerlessCluster.IamProperty Methods toJSON :: IamProperty -> Value # toEncoding :: IamProperty -> Encoding # toJSONList :: [IamProperty] -> Value # toEncodingList :: [IamProperty] -> Encoding # omitField :: IamProperty -> Bool # | |||||
| Show IamProperty Source # | |||||
Defined in Stratosphere.MSK.ServerlessCluster.IamProperty Methods showsPrec :: Int -> IamProperty -> ShowS # show :: IamProperty -> String # showList :: [IamProperty] -> ShowS # | |||||
| Eq IamProperty Source # | |||||
| ToResourceProperties IamProperty Source # | |||||
Defined in Stratosphere.MSK.ServerlessCluster.IamProperty Methods | |||||
| Property "Enabled" IamProperty Source # | |||||
Defined in Stratosphere.MSK.ServerlessCluster.IamProperty Associated Types
Methods set :: PropertyType "Enabled" IamProperty -> IamProperty -> IamProperty # | |||||
| type PropertyType "Enabled" IamProperty Source # | |||||
mkIamProperty :: Value Bool -> IamProperty Source #