stratosphere-appmesh-1.0.0: Stratosphere integration for AWS AppMesh.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AppMesh.VirtualNode.ListenerProperty

Documentation

data VirtualNodeConnectionPoolProperty Source #

Instances

Instances details
ToJSON VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

Show VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

Eq VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

ToResourceProperties VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

Property "GRPC" VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

Property "HTTP" VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

Property "HTTP2" VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

Property "TCP" VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

type PropertyType "GRPC" VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

type PropertyType "HTTP" VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

type PropertyType "HTTP2" VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

type PropertyType "TCP" VirtualNodeConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeConnectionPoolProperty

data VirtualNodeGrpcConnectionPoolProperty Source #

Instances

Instances details
ToJSON VirtualNodeGrpcConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeGrpcConnectionPoolProperty

Show VirtualNodeGrpcConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeGrpcConnectionPoolProperty

Eq VirtualNodeGrpcConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeGrpcConnectionPoolProperty

ToResourceProperties VirtualNodeGrpcConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeGrpcConnectionPoolProperty

Property "MaxRequests" VirtualNodeGrpcConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeGrpcConnectionPoolProperty

type PropertyType "MaxRequests" VirtualNodeGrpcConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeGrpcConnectionPoolProperty

data VirtualNodeHttp2ConnectionPoolProperty Source #

Instances

Instances details
ToJSON VirtualNodeHttp2ConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttp2ConnectionPoolProperty

Show VirtualNodeHttp2ConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttp2ConnectionPoolProperty

Eq VirtualNodeHttp2ConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttp2ConnectionPoolProperty

ToResourceProperties VirtualNodeHttp2ConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttp2ConnectionPoolProperty

Property "MaxRequests" VirtualNodeHttp2ConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttp2ConnectionPoolProperty

type PropertyType "MaxRequests" VirtualNodeHttp2ConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttp2ConnectionPoolProperty

data VirtualNodeHttpConnectionPoolProperty Source #

Instances

Instances details
ToJSON VirtualNodeHttpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttpConnectionPoolProperty

Show VirtualNodeHttpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttpConnectionPoolProperty

Eq VirtualNodeHttpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttpConnectionPoolProperty

ToResourceProperties VirtualNodeHttpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttpConnectionPoolProperty

Property "MaxConnections" VirtualNodeHttpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttpConnectionPoolProperty

Property "MaxPendingRequests" VirtualNodeHttpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttpConnectionPoolProperty

type PropertyType "MaxConnections" VirtualNodeHttpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttpConnectionPoolProperty

type PropertyType "MaxPendingRequests" VirtualNodeHttpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeHttpConnectionPoolProperty

data VirtualNodeTcpConnectionPoolProperty Source #

Instances

Instances details
ToJSON VirtualNodeTcpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeTcpConnectionPoolProperty

Show VirtualNodeTcpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeTcpConnectionPoolProperty

Eq VirtualNodeTcpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeTcpConnectionPoolProperty

ToResourceProperties VirtualNodeTcpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeTcpConnectionPoolProperty

Property "MaxConnections" VirtualNodeTcpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeTcpConnectionPoolProperty

type PropertyType "MaxConnections" VirtualNodeTcpConnectionPoolProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.VirtualNodeTcpConnectionPoolProperty

data ListenerProperty Source #

Instances

Instances details
ToJSON ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Show ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Eq ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

ToResourceProperties ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Property "ConnectionPool" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Associated Types

type PropertyType "ConnectionPool" ListenerProperty 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Property "HealthCheck" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Associated Types

type PropertyType "HealthCheck" ListenerProperty 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Property "OutlierDetection" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Associated Types

type PropertyType "OutlierDetection" ListenerProperty 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Property "PortMapping" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Associated Types

type PropertyType "PortMapping" ListenerProperty 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Property "TLS" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

Property "Timeout" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

type PropertyType "ConnectionPool" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

type PropertyType "HealthCheck" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

type PropertyType "OutlierDetection" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

type PropertyType "PortMapping" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

type PropertyType "TLS" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty

type PropertyType "Timeout" ListenerProperty Source # 
Instance details

Defined in Stratosphere.AppMesh.VirtualNode.ListenerProperty