Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.OpsWorksStackSource
Description
Synopsis
- data OpsWorksStackSource = OpsWorksStackSource {}
- opsWorksStackSource :: OpsWorksStackSource
- owssPassword :: Lens' OpsWorksStackSource (Maybe (Val Text))
- owssRevision :: Lens' OpsWorksStackSource (Maybe (Val Text))
- owssSshKey :: Lens' OpsWorksStackSource (Maybe (Val Text))
- owssType :: Lens' OpsWorksStackSource (Maybe (Val Text))
- owssUrl :: Lens' OpsWorksStackSource (Maybe (Val Text))
- owssUsername :: Lens' OpsWorksStackSource (Maybe (Val Text))
Documentation
data OpsWorksStackSource Source #
Full data type definition for OpsWorksStackSource. See
opsWorksStackSource
for a more convenient constructor.
Constructors
OpsWorksStackSource | |
Fields |
Instances
ToJSON OpsWorksStackSource Source # | |
Defined in Stratosphere.ResourceProperties.OpsWorksStackSource Methods toJSON :: OpsWorksStackSource -> Value # toEncoding :: OpsWorksStackSource -> Encoding # toJSONList :: [OpsWorksStackSource] -> Value # toEncodingList :: [OpsWorksStackSource] -> Encoding # omitField :: OpsWorksStackSource -> Bool # | |
Show OpsWorksStackSource Source # | |
Defined in Stratosphere.ResourceProperties.OpsWorksStackSource Methods showsPrec :: Int -> OpsWorksStackSource -> ShowS # show :: OpsWorksStackSource -> String # showList :: [OpsWorksStackSource] -> ShowS # | |
Eq OpsWorksStackSource Source # | |
Defined in Stratosphere.ResourceProperties.OpsWorksStackSource Methods (==) :: OpsWorksStackSource -> OpsWorksStackSource -> Bool # (/=) :: OpsWorksStackSource -> OpsWorksStackSource -> Bool # |
opsWorksStackSource :: OpsWorksStackSource Source #
Constructor for OpsWorksStackSource
containing required fields as
arguments.
owssPassword :: Lens' OpsWorksStackSource (Maybe (Val Text)) Source #
owssRevision :: Lens' OpsWorksStackSource (Maybe (Val Text)) Source #
owssSshKey :: Lens' OpsWorksStackSource (Maybe (Val Text)) Source #