| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EC2VPCEndpoint
Description
Synopsis
- data EC2VPCEndpoint = EC2VPCEndpoint {
- _eC2VPCEndpointIsPrivateDnsEnabled :: Maybe (Val Bool)
- _eC2VPCEndpointPolicyDocument :: Maybe Object
- _eC2VPCEndpointRouteTableIds :: Maybe (ValList Text)
- _eC2VPCEndpointSecurityGroupIds :: Maybe (ValList Text)
- _eC2VPCEndpointServiceName :: Val Text
- _eC2VPCEndpointSubnetIds :: Maybe (ValList Text)
- _eC2VPCEndpointVPCEndpointType :: Maybe (Val Text)
- _eC2VPCEndpointVpcId :: Val Text
- ec2VPCEndpoint :: Val Text -> Val Text -> EC2VPCEndpoint
- ecvpceIsPrivateDnsEnabled :: Lens' EC2VPCEndpoint (Maybe (Val Bool))
- ecvpcePolicyDocument :: Lens' EC2VPCEndpoint (Maybe Object)
- ecvpceRouteTableIds :: Lens' EC2VPCEndpoint (Maybe (ValList Text))
- ecvpceSecurityGroupIds :: Lens' EC2VPCEndpoint (Maybe (ValList Text))
- ecvpceServiceName :: Lens' EC2VPCEndpoint (Val Text)
- ecvpceSubnetIds :: Lens' EC2VPCEndpoint (Maybe (ValList Text))
- ecvpceVPCEndpointType :: Lens' EC2VPCEndpoint (Maybe (Val Text))
- ecvpceVpcId :: Lens' EC2VPCEndpoint (Val Text)
Documentation
data EC2VPCEndpoint #
Full data type definition for EC2VPCEndpoint. See ec2VPCEndpoint for a
more convenient constructor.
Constructors
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.
ecvpceSubnetIds :: Lens' EC2VPCEndpoint (Maybe (ValList Text)) #