| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.OpsWorksStackSource
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 #
Full data type definition for OpsWorksStackSource. See
opsWorksStackSource for a more convenient constructor.
Constructors
| OpsWorksStackSource | |
Fields | |
Instances
| Eq OpsWorksStackSource # | |
Defined in Stratosphere.ResourceProperties.OpsWorksStackSource Methods (==) :: OpsWorksStackSource -> OpsWorksStackSource -> Bool # (/=) :: OpsWorksStackSource -> OpsWorksStackSource -> Bool # | |
| Show OpsWorksStackSource # | |
Defined in Stratosphere.ResourceProperties.OpsWorksStackSource Methods showsPrec :: Int -> OpsWorksStackSource -> ShowS # show :: OpsWorksStackSource -> String # showList :: [OpsWorksStackSource] -> ShowS # | |
| ToJSON OpsWorksStackSource # | |
Defined in Stratosphere.ResourceProperties.OpsWorksStackSource Methods toJSON :: OpsWorksStackSource -> Value # toEncoding :: OpsWorksStackSource -> Encoding # toJSONList :: [OpsWorksStackSource] -> Value # toEncodingList :: [OpsWorksStackSource] -> Encoding # | |
| FromJSON OpsWorksStackSource # | |
Defined in Stratosphere.ResourceProperties.OpsWorksStackSource Methods parseJSON :: Value -> Parser OpsWorksStackSource # parseJSONList :: Value -> Parser [OpsWorksStackSource] # | |
opsWorksStackSource :: OpsWorksStackSource #
Constructor for OpsWorksStackSource containing required fields as
arguments.
owssPassword :: Lens' OpsWorksStackSource (Maybe (Val Text)) #
owssRevision :: Lens' OpsWorksStackSource (Maybe (Val Text)) #
owssSshKey :: Lens' OpsWorksStackSource (Maybe (Val Text)) #