| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ElasticLoadBalancingV2.Listener
Documentation
data RedirectConfigProperty Source #
Constructors
| RedirectConfigProperty | |
Instances
data ActionProperty Source #
Constructors
| ActionProperty | |
Fields
| |
Instances
| ToJSON ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Methods toJSON :: ActionProperty -> Value # toEncoding :: ActionProperty -> Encoding # toJSONList :: [ActionProperty] -> Value # toEncodingList :: [ActionProperty] -> Encoding # omitField :: ActionProperty -> Bool # | |||||
| Show ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Methods showsPrec :: Int -> ActionProperty -> ShowS # show :: ActionProperty -> String # showList :: [ActionProperty] -> ShowS # | |||||
| Eq ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Methods (==) :: ActionProperty -> ActionProperty -> Bool # (/=) :: ActionProperty -> ActionProperty -> Bool # | |||||
| ToResourceProperties ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Methods toResourceProperties :: ActionProperty -> ResourceProperties # | |||||
| Property "AuthenticateCognitoConfig" ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Associated Types
Methods set :: PropertyType "AuthenticateCognitoConfig" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "AuthenticateOidcConfig" ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Associated Types
Methods set :: PropertyType "AuthenticateOidcConfig" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "FixedResponseConfig" ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Associated Types
Methods set :: PropertyType "FixedResponseConfig" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "ForwardConfig" ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Associated Types
Methods set :: PropertyType "ForwardConfig" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "Order" ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Associated Types
Methods set :: PropertyType "Order" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "RedirectConfig" ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Associated Types
Methods set :: PropertyType "RedirectConfig" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "TargetGroupArn" ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Associated Types
Methods set :: PropertyType "TargetGroupArn" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "Type" ActionProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ActionProperty Associated Types
Methods set :: PropertyType "Type" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| type PropertyType "AuthenticateCognitoConfig" ActionProperty Source # | |||||
| type PropertyType "AuthenticateOidcConfig" ActionProperty Source # | |||||
| type PropertyType "FixedResponseConfig" ActionProperty Source # | |||||
| type PropertyType "ForwardConfig" ActionProperty Source # | |||||
| type PropertyType "Order" ActionProperty Source # | |||||
| type PropertyType "RedirectConfig" ActionProperty Source # | |||||
| type PropertyType "TargetGroupArn" ActionProperty Source # | |||||
| type PropertyType "Type" ActionProperty Source # | |||||
data AuthenticateCognitoConfigProperty Source #
Constructors
| AuthenticateCognitoConfigProperty | |
Fields
| |
Instances
| ToJSON AuthenticateCognitoConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateCognitoConfigProperty | |||||
| Show AuthenticateCognitoConfigProperty Source # | |||||
| Eq AuthenticateCognitoConfigProperty Source # | |||||
| ToResourceProperties AuthenticateCognitoConfigProperty Source # | |||||
| Property "AuthenticationRequestExtraParams" AuthenticateCognitoConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateCognitoConfigProperty Associated Types
Methods set :: PropertyType "AuthenticationRequestExtraParams" AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty # | |||||
| Property "OnUnauthenticatedRequest" AuthenticateCognitoConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateCognitoConfigProperty Associated Types
Methods set :: PropertyType "OnUnauthenticatedRequest" AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty # | |||||
| Property "Scope" AuthenticateCognitoConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateCognitoConfigProperty Associated Types
Methods set :: PropertyType "Scope" AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty # | |||||
| Property "SessionCookieName" AuthenticateCognitoConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateCognitoConfigProperty Associated Types
Methods set :: PropertyType "SessionCookieName" AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty # | |||||
| Property "SessionTimeout" AuthenticateCognitoConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateCognitoConfigProperty Associated Types
Methods set :: PropertyType "SessionTimeout" AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty # | |||||
| Property "UserPoolArn" AuthenticateCognitoConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateCognitoConfigProperty Associated Types
Methods set :: PropertyType "UserPoolArn" AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty # | |||||
| Property "UserPoolClientId" AuthenticateCognitoConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateCognitoConfigProperty Associated Types
Methods set :: PropertyType "UserPoolClientId" AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty # | |||||
| Property "UserPoolDomain" AuthenticateCognitoConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateCognitoConfigProperty Associated Types
Methods set :: PropertyType "UserPoolDomain" AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty -> AuthenticateCognitoConfigProperty # | |||||
| type PropertyType "AuthenticationRequestExtraParams" AuthenticateCognitoConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateCognitoConfigProperty type PropertyType "AuthenticationRequestExtraParams" AuthenticateCognitoConfigProperty = Map Text (Value Text) | |||||
| type PropertyType "OnUnauthenticatedRequest" AuthenticateCognitoConfigProperty Source # | |||||
| type PropertyType "Scope" AuthenticateCognitoConfigProperty Source # | |||||
| type PropertyType "SessionCookieName" AuthenticateCognitoConfigProperty Source # | |||||
| type PropertyType "SessionTimeout" AuthenticateCognitoConfigProperty Source # | |||||
| type PropertyType "UserPoolArn" AuthenticateCognitoConfigProperty Source # | |||||
| type PropertyType "UserPoolClientId" AuthenticateCognitoConfigProperty Source # | |||||
| type PropertyType "UserPoolDomain" AuthenticateCognitoConfigProperty Source # | |||||
data AuthenticateOidcConfigProperty Source #
Constructors
| AuthenticateOidcConfigProperty | |
Fields
| |
Instances
| ToJSON AuthenticateOidcConfigProperty Source # | |||||
| Show AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Methods showsPrec :: Int -> AuthenticateOidcConfigProperty -> ShowS # show :: AuthenticateOidcConfigProperty -> String # showList :: [AuthenticateOidcConfigProperty] -> ShowS # | |||||
| Eq AuthenticateOidcConfigProperty Source # | |||||
| ToResourceProperties AuthenticateOidcConfigProperty Source # | |||||
| Property "AuthenticationRequestExtraParams" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "AuthenticationRequestExtraParams" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| Property "AuthorizationEndpoint" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "AuthorizationEndpoint" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| Property "ClientId" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "ClientId" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| Property "ClientSecret" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "ClientSecret" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| Property "Issuer" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "Issuer" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| Property "OnUnauthenticatedRequest" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "OnUnauthenticatedRequest" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| Property "Scope" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "Scope" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| Property "SessionCookieName" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "SessionCookieName" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| Property "SessionTimeout" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "SessionTimeout" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| Property "TokenEndpoint" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "TokenEndpoint" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| Property "UseExistingClientSecret" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "UseExistingClientSecret" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| Property "UserInfoEndpoint" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty Associated Types
Methods set :: PropertyType "UserInfoEndpoint" AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty # | |||||
| type PropertyType "AuthenticationRequestExtraParams" AuthenticateOidcConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.AuthenticateOidcConfigProperty type PropertyType "AuthenticationRequestExtraParams" AuthenticateOidcConfigProperty = Map Text (Value Text) | |||||
| type PropertyType "AuthorizationEndpoint" AuthenticateOidcConfigProperty Source # | |||||
| type PropertyType "ClientId" AuthenticateOidcConfigProperty Source # | |||||
| type PropertyType "ClientSecret" AuthenticateOidcConfigProperty Source # | |||||
| type PropertyType "Issuer" AuthenticateOidcConfigProperty Source # | |||||
| type PropertyType "OnUnauthenticatedRequest" AuthenticateOidcConfigProperty Source # | |||||
| type PropertyType "Scope" AuthenticateOidcConfigProperty Source # | |||||
| type PropertyType "SessionCookieName" AuthenticateOidcConfigProperty Source # | |||||
| type PropertyType "SessionTimeout" AuthenticateOidcConfigProperty Source # | |||||
| type PropertyType "TokenEndpoint" AuthenticateOidcConfigProperty Source # | |||||
| type PropertyType "UseExistingClientSecret" AuthenticateOidcConfigProperty Source # | |||||
| type PropertyType "UserInfoEndpoint" AuthenticateOidcConfigProperty Source # | |||||
data FixedResponseConfigProperty Source #
Constructors
| FixedResponseConfigProperty | |
Fields
| |
Instances
| ToJSON FixedResponseConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.FixedResponseConfigProperty Methods toJSON :: FixedResponseConfigProperty -> Value # toEncoding :: FixedResponseConfigProperty -> Encoding # toJSONList :: [FixedResponseConfigProperty] -> Value # toEncodingList :: [FixedResponseConfigProperty] -> Encoding # | |||||
| Show FixedResponseConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.FixedResponseConfigProperty Methods showsPrec :: Int -> FixedResponseConfigProperty -> ShowS # show :: FixedResponseConfigProperty -> String # showList :: [FixedResponseConfigProperty] -> ShowS # | |||||
| Eq FixedResponseConfigProperty Source # | |||||
| ToResourceProperties FixedResponseConfigProperty Source # | |||||
| Property "ContentType" FixedResponseConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.FixedResponseConfigProperty Associated Types
Methods set :: PropertyType "ContentType" FixedResponseConfigProperty -> FixedResponseConfigProperty -> FixedResponseConfigProperty # | |||||
| Property "MessageBody" FixedResponseConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.FixedResponseConfigProperty Associated Types
Methods set :: PropertyType "MessageBody" FixedResponseConfigProperty -> FixedResponseConfigProperty -> FixedResponseConfigProperty # | |||||
| Property "StatusCode" FixedResponseConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.FixedResponseConfigProperty Associated Types
Methods set :: PropertyType "StatusCode" FixedResponseConfigProperty -> FixedResponseConfigProperty -> FixedResponseConfigProperty # | |||||
| type PropertyType "ContentType" FixedResponseConfigProperty Source # | |||||
| type PropertyType "MessageBody" FixedResponseConfigProperty Source # | |||||
| type PropertyType "StatusCode" FixedResponseConfigProperty Source # | |||||
data ForwardConfigProperty Source #
Constructors
| ForwardConfigProperty | |
Instances
| ToJSON ForwardConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ForwardConfigProperty Methods toJSON :: ForwardConfigProperty -> Value # toEncoding :: ForwardConfigProperty -> Encoding # toJSONList :: [ForwardConfigProperty] -> Value # toEncodingList :: [ForwardConfigProperty] -> Encoding # omitField :: ForwardConfigProperty -> Bool # | |||||
| Show ForwardConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ForwardConfigProperty Methods showsPrec :: Int -> ForwardConfigProperty -> ShowS # show :: ForwardConfigProperty -> String # showList :: [ForwardConfigProperty] -> ShowS # | |||||
| Eq ForwardConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ForwardConfigProperty Methods (==) :: ForwardConfigProperty -> ForwardConfigProperty -> Bool # (/=) :: ForwardConfigProperty -> ForwardConfigProperty -> Bool # | |||||
| ToResourceProperties ForwardConfigProperty Source # | |||||
| Property "TargetGroupStickinessConfig" ForwardConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ForwardConfigProperty Associated Types
Methods set :: PropertyType "TargetGroupStickinessConfig" ForwardConfigProperty -> ForwardConfigProperty -> ForwardConfigProperty # | |||||
| Property "TargetGroups" ForwardConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ForwardConfigProperty Associated Types
Methods set :: PropertyType "TargetGroups" ForwardConfigProperty -> ForwardConfigProperty -> ForwardConfigProperty # | |||||
| type PropertyType "TargetGroupStickinessConfig" ForwardConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.ForwardConfigProperty type PropertyType "TargetGroupStickinessConfig" ForwardConfigProperty = TargetGroupStickinessConfigProperty | |||||
| type PropertyType "TargetGroups" ForwardConfigProperty Source # | |||||
data TargetGroupStickinessConfigProperty Source #
Constructors
| TargetGroupStickinessConfigProperty | |
Fields
| |
Instances
| ToJSON TargetGroupStickinessConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.TargetGroupStickinessConfigProperty | |||||
| Show TargetGroupStickinessConfigProperty Source # | |||||
| Eq TargetGroupStickinessConfigProperty Source # | |||||
| ToResourceProperties TargetGroupStickinessConfigProperty Source # | |||||
| Property "DurationSeconds" TargetGroupStickinessConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.TargetGroupStickinessConfigProperty Associated Types
Methods set :: PropertyType "DurationSeconds" TargetGroupStickinessConfigProperty -> TargetGroupStickinessConfigProperty -> TargetGroupStickinessConfigProperty # | |||||
| Property "Enabled" TargetGroupStickinessConfigProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.TargetGroupStickinessConfigProperty Associated Types
Methods set :: PropertyType "Enabled" TargetGroupStickinessConfigProperty -> TargetGroupStickinessConfigProperty -> TargetGroupStickinessConfigProperty # | |||||
| type PropertyType "DurationSeconds" TargetGroupStickinessConfigProperty Source # | |||||
| type PropertyType "Enabled" TargetGroupStickinessConfigProperty Source # | |||||
data TargetGroupTupleProperty Source #
Constructors
| TargetGroupTupleProperty | |
Fields
| |
Instances
| ToJSON TargetGroupTupleProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.TargetGroupTupleProperty Methods toJSON :: TargetGroupTupleProperty -> Value # toEncoding :: TargetGroupTupleProperty -> Encoding # toJSONList :: [TargetGroupTupleProperty] -> Value # | |||||
| Show TargetGroupTupleProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.TargetGroupTupleProperty Methods showsPrec :: Int -> TargetGroupTupleProperty -> ShowS # show :: TargetGroupTupleProperty -> String # showList :: [TargetGroupTupleProperty] -> ShowS # | |||||
| Eq TargetGroupTupleProperty Source # | |||||
| ToResourceProperties TargetGroupTupleProperty Source # | |||||
| Property "TargetGroupArn" TargetGroupTupleProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.TargetGroupTupleProperty Associated Types
Methods set :: PropertyType "TargetGroupArn" TargetGroupTupleProperty -> TargetGroupTupleProperty -> TargetGroupTupleProperty # | |||||
| Property "Weight" TargetGroupTupleProperty Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener.TargetGroupTupleProperty Associated Types
Methods set :: PropertyType "Weight" TargetGroupTupleProperty -> TargetGroupTupleProperty -> TargetGroupTupleProperty # | |||||
| type PropertyType "TargetGroupArn" TargetGroupTupleProperty Source # | |||||
| type PropertyType "Weight" TargetGroupTupleProperty Source # | |||||
mkAuthenticateCognitoConfigProperty :: Value Text -> Value Text -> Value Text -> AuthenticateCognitoConfigProperty Source #
mkAuthenticateOidcConfigProperty :: Value Text -> Value Text -> Value Text -> Value Text -> Value Text -> AuthenticateOidcConfigProperty Source #
Constructors
| Listener | |
Fields
| |
Instances
| ToJSON Listener Source # | |||||
| Show Listener Source # | |||||
| Eq Listener Source # | |||||
| ToResourceProperties Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener Methods | |||||
| Property "AlpnPolicy" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener Associated Types
| |||||
| Property "Certificates" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener Associated Types
| |||||
| Property "DefaultActions" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener Associated Types
| |||||
| Property "ListenerAttributes" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener Associated Types
| |||||
| Property "LoadBalancerArn" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener Associated Types
| |||||
| Property "MutualAuthentication" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener Associated Types
| |||||
| Property "Port" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener Associated Types
| |||||
| Property "Protocol" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener Associated Types
| |||||
| Property "SslPolicy" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener Associated Types
| |||||
| type PropertyType "AlpnPolicy" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener | |||||
| type PropertyType "Certificates" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener | |||||
| type PropertyType "DefaultActions" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener | |||||
| type PropertyType "ListenerAttributes" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener | |||||
| type PropertyType "LoadBalancerArn" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener | |||||
| type PropertyType "MutualAuthentication" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener | |||||
| type PropertyType "Port" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener | |||||
| type PropertyType "Protocol" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener | |||||
| type PropertyType "SslPolicy" Listener Source # | |||||
Defined in Stratosphere.ElasticLoadBalancingV2.Listener | |||||
mkListener :: [ActionProperty] -> Value Text -> Listener Source #