| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EC2VPCEndpoint
Description
Synopsis
- data EC2VPCEndpoint = EC2VPCEndpoint {}
- ec2VPCEndpoint :: Val Text -> Val Text -> EC2VPCEndpoint
- ecvpcePolicyDocument :: Lens' EC2VPCEndpoint (Maybe Object)
- ecvpceRouteTableIds :: Lens' EC2VPCEndpoint (Maybe (ValList Text))
- ecvpceServiceName :: Lens' EC2VPCEndpoint (Val Text)
- ecvpceVpcId :: Lens' EC2VPCEndpoint (Val Text)
Documentation
data EC2VPCEndpoint #
Full data type definition for EC2VPCEndpoint. See ec2VPCEndpoint for a
more convenient constructor.
Constructors
| EC2VPCEndpoint | |
Instances
| Eq EC2VPCEndpoint # | |
Defined in Stratosphere.Resources.EC2VPCEndpoint Methods (==) :: EC2VPCEndpoint -> EC2VPCEndpoint -> Bool # (/=) :: EC2VPCEndpoint -> EC2VPCEndpoint -> Bool # | |
| Show EC2VPCEndpoint # | |
Defined in Stratosphere.Resources.EC2VPCEndpoint Methods showsPrec :: Int -> EC2VPCEndpoint -> ShowS # show :: EC2VPCEndpoint -> String # showList :: [EC2VPCEndpoint] -> ShowS # | |
| ToJSON EC2VPCEndpoint # | |
Defined in Stratosphere.Resources.EC2VPCEndpoint Methods toJSON :: EC2VPCEndpoint -> Value # toEncoding :: EC2VPCEndpoint -> Encoding # toJSONList :: [EC2VPCEndpoint] -> Value # toEncodingList :: [EC2VPCEndpoint] -> Encoding # | |
| FromJSON EC2VPCEndpoint # | |
Defined in Stratosphere.Resources.EC2VPCEndpoint Methods parseJSON :: Value -> Parser EC2VPCEndpoint # parseJSONList :: Value -> Parser [EC2VPCEndpoint] # | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> EC2VPCEndpoint |
Constructor for EC2VPCEndpoint containing required fields as arguments.