| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.AppMesh.VirtualNode.ListenerProperty
Documentation
data VirtualNodeConnectionPoolProperty Source #
Constructors
| VirtualNodeConnectionPoolProperty | |
Instances
data VirtualNodeGrpcConnectionPoolProperty Source #
Constructors
| VirtualNodeGrpcConnectionPoolProperty | |
Fields
| |
Instances
| ToJSON VirtualNodeGrpcConnectionPoolProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeGrpcConnectionPoolProperty Methods toJSON :: VirtualNodeGrpcConnectionPoolProperty -> Value # toEncoding :: VirtualNodeGrpcConnectionPoolProperty -> Encoding # toJSONList :: [VirtualNodeGrpcConnectionPoolProperty] -> Value # toEncodingList :: [VirtualNodeGrpcConnectionPoolProperty] -> Encoding # omitField :: VirtualNodeGrpcConnectionPoolProperty -> Bool # | |||||
| Show VirtualNodeGrpcConnectionPoolProperty Source # | |||||
| Eq VirtualNodeGrpcConnectionPoolProperty Source # | |||||
| ToResourceProperties VirtualNodeGrpcConnectionPoolProperty Source # | |||||
| Property "MaxRequests" VirtualNodeGrpcConnectionPoolProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeGrpcConnectionPoolProperty Associated Types
Methods set :: PropertyType "MaxRequests" VirtualNodeGrpcConnectionPoolProperty -> VirtualNodeGrpcConnectionPoolProperty -> VirtualNodeGrpcConnectionPoolProperty # | |||||
| type PropertyType "MaxRequests" VirtualNodeGrpcConnectionPoolProperty Source # | |||||
data VirtualNodeHttp2ConnectionPoolProperty Source #
Constructors
| VirtualNodeHttp2ConnectionPoolProperty | |
Fields
| |
Instances
| ToJSON VirtualNodeHttp2ConnectionPoolProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttp2ConnectionPoolProperty Methods toJSON :: VirtualNodeHttp2ConnectionPoolProperty -> Value # toEncoding :: VirtualNodeHttp2ConnectionPoolProperty -> Encoding # toJSONList :: [VirtualNodeHttp2ConnectionPoolProperty] -> Value # toEncodingList :: [VirtualNodeHttp2ConnectionPoolProperty] -> Encoding # omitField :: VirtualNodeHttp2ConnectionPoolProperty -> Bool # | |||||
| Show VirtualNodeHttp2ConnectionPoolProperty Source # | |||||
| Eq VirtualNodeHttp2ConnectionPoolProperty Source # | |||||
| ToResourceProperties VirtualNodeHttp2ConnectionPoolProperty Source # | |||||
| Property "MaxRequests" VirtualNodeHttp2ConnectionPoolProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttp2ConnectionPoolProperty Associated Types
Methods set :: PropertyType "MaxRequests" VirtualNodeHttp2ConnectionPoolProperty -> VirtualNodeHttp2ConnectionPoolProperty -> VirtualNodeHttp2ConnectionPoolProperty # | |||||
| type PropertyType "MaxRequests" VirtualNodeHttp2ConnectionPoolProperty Source # | |||||
data VirtualNodeHttpConnectionPoolProperty Source #
Constructors
| VirtualNodeHttpConnectionPoolProperty | |
Fields
| |
Instances
| ToJSON VirtualNodeHttpConnectionPoolProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttpConnectionPoolProperty Methods toJSON :: VirtualNodeHttpConnectionPoolProperty -> Value # toEncoding :: VirtualNodeHttpConnectionPoolProperty -> Encoding # toJSONList :: [VirtualNodeHttpConnectionPoolProperty] -> Value # toEncodingList :: [VirtualNodeHttpConnectionPoolProperty] -> Encoding # omitField :: VirtualNodeHttpConnectionPoolProperty -> Bool # | |||||
| Show VirtualNodeHttpConnectionPoolProperty Source # | |||||
| Eq VirtualNodeHttpConnectionPoolProperty Source # | |||||
| ToResourceProperties VirtualNodeHttpConnectionPoolProperty Source # | |||||
| Property "MaxConnections" VirtualNodeHttpConnectionPoolProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttpConnectionPoolProperty Associated Types
Methods set :: PropertyType "MaxConnections" VirtualNodeHttpConnectionPoolProperty -> VirtualNodeHttpConnectionPoolProperty -> VirtualNodeHttpConnectionPoolProperty # | |||||
| Property "MaxPendingRequests" VirtualNodeHttpConnectionPoolProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttpConnectionPoolProperty Associated Types
Methods set :: PropertyType "MaxPendingRequests" VirtualNodeHttpConnectionPoolProperty -> VirtualNodeHttpConnectionPoolProperty -> VirtualNodeHttpConnectionPoolProperty # | |||||
| type PropertyType "MaxConnections" VirtualNodeHttpConnectionPoolProperty Source # | |||||
| type PropertyType "MaxPendingRequests" VirtualNodeHttpConnectionPoolProperty Source # | |||||
data VirtualNodeTcpConnectionPoolProperty Source #
Constructors
| VirtualNodeTcpConnectionPoolProperty | |
Fields
| |
Instances
| ToJSON VirtualNodeTcpConnectionPoolProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeTcpConnectionPoolProperty | |||||
| Show VirtualNodeTcpConnectionPoolProperty Source # | |||||
| Eq VirtualNodeTcpConnectionPoolProperty Source # | |||||
| ToResourceProperties VirtualNodeTcpConnectionPoolProperty Source # | |||||
| Property "MaxConnections" VirtualNodeTcpConnectionPoolProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeTcpConnectionPoolProperty Associated Types
Methods set :: PropertyType "MaxConnections" VirtualNodeTcpConnectionPoolProperty -> VirtualNodeTcpConnectionPoolProperty -> VirtualNodeTcpConnectionPoolProperty # | |||||
| type PropertyType "MaxConnections" VirtualNodeTcpConnectionPoolProperty Source # | |||||
mkVirtualNodeGrpcConnectionPoolProperty :: Value Integer -> VirtualNodeGrpcConnectionPoolProperty Source #
mkVirtualNodeHttp2ConnectionPoolProperty :: Value Integer -> VirtualNodeHttp2ConnectionPoolProperty Source #
mkVirtualNodeHttpConnectionPoolProperty :: Value Integer -> VirtualNodeHttpConnectionPoolProperty Source #
mkVirtualNodeTcpConnectionPoolProperty :: Value Integer -> VirtualNodeTcpConnectionPoolProperty Source #
data ListenerProperty Source #
Constructors
| ListenerProperty | |
Fields | |
Instances
| ToJSON ListenerProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty Methods toJSON :: ListenerProperty -> Value # toEncoding :: ListenerProperty -> Encoding # toJSONList :: [ListenerProperty] -> Value # toEncodingList :: [ListenerProperty] -> Encoding # omitField :: ListenerProperty -> Bool # | |||||
| Show ListenerProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty Methods showsPrec :: Int -> ListenerProperty -> ShowS # show :: ListenerProperty -> String # showList :: [ListenerProperty] -> ShowS # | |||||
| Eq ListenerProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty Methods (==) :: ListenerProperty -> ListenerProperty -> Bool # (/=) :: ListenerProperty -> ListenerProperty -> Bool # | |||||
| ToResourceProperties ListenerProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty Methods toResourceProperties :: ListenerProperty -> ResourceProperties # | |||||
| Property "ConnectionPool" ListenerProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty Associated Types
Methods set :: PropertyType "ConnectionPool" ListenerProperty -> ListenerProperty -> ListenerProperty # | |||||
| Property "HealthCheck" ListenerProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty Associated Types
Methods set :: PropertyType "HealthCheck" ListenerProperty -> ListenerProperty -> ListenerProperty # | |||||
| Property "OutlierDetection" ListenerProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty Associated Types
Methods set :: PropertyType "OutlierDetection" ListenerProperty -> ListenerProperty -> ListenerProperty # | |||||
| Property "PortMapping" ListenerProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty Associated Types
Methods set :: PropertyType "PortMapping" ListenerProperty -> ListenerProperty -> ListenerProperty # | |||||
| Property "TLS" ListenerProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty Associated Types
Methods set :: PropertyType "TLS" ListenerProperty -> ListenerProperty -> ListenerProperty # | |||||
| Property "Timeout" ListenerProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty Associated Types
Methods set :: PropertyType "Timeout" ListenerProperty -> ListenerProperty -> ListenerProperty # | |||||
| type PropertyType "ConnectionPool" ListenerProperty Source # | |||||
| type PropertyType "HealthCheck" ListenerProperty Source # | |||||
| type PropertyType "OutlierDetection" ListenerProperty Source # | |||||
| type PropertyType "PortMapping" ListenerProperty Source # | |||||
| type PropertyType "TLS" ListenerProperty Source # | |||||
| type PropertyType "Timeout" ListenerProperty Source # | |||||