stratosphere-elasticloadbalancingv2-1.0.0: Stratosphere integration for AWS ElasticLoadBalancingV2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ElasticLoadBalancingV2.TargetGroup

Documentation

data TargetGroup Source #

Constructors

TargetGroup

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html

Fields

Instances

Instances details
ToJSON TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Show TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Eq TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

ToResourceProperties TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Property "HealthCheckEnabled" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "HealthCheckEnabled" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckEnabled" TargetGroup = Value Bool

Methods

set :: PropertyType "HealthCheckEnabled" TargetGroup -> TargetGroup -> TargetGroup #

Property "HealthCheckIntervalSeconds" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "HealthCheckIntervalSeconds" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckIntervalSeconds" TargetGroup = Value Integer

Methods

set :: PropertyType "HealthCheckIntervalSeconds" TargetGroup -> TargetGroup -> TargetGroup #

Property "HealthCheckPath" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "HealthCheckPath" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckPath" TargetGroup = Value Text

Methods

set :: PropertyType "HealthCheckPath" TargetGroup -> TargetGroup -> TargetGroup #

Property "HealthCheckPort" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "HealthCheckPort" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckPort" TargetGroup = Value Text

Methods

set :: PropertyType "HealthCheckPort" TargetGroup -> TargetGroup -> TargetGroup #

Property "HealthCheckProtocol" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "HealthCheckProtocol" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckProtocol" TargetGroup = Value Text

Methods

set :: PropertyType "HealthCheckProtocol" TargetGroup -> TargetGroup -> TargetGroup #

Property "HealthCheckTimeoutSeconds" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "HealthCheckTimeoutSeconds" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckTimeoutSeconds" TargetGroup = Value Integer

Methods

set :: PropertyType "HealthCheckTimeoutSeconds" TargetGroup -> TargetGroup -> TargetGroup #

Property "HealthyThresholdCount" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "HealthyThresholdCount" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthyThresholdCount" TargetGroup = Value Integer

Methods

set :: PropertyType "HealthyThresholdCount" TargetGroup -> TargetGroup -> TargetGroup #

Property "IpAddressType" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "IpAddressType" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "IpAddressType" TargetGroup = Value Text

Methods

set :: PropertyType "IpAddressType" TargetGroup -> TargetGroup -> TargetGroup #

Property "Matcher" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "Matcher" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Property "Name" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "Name" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Property "Port" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "Port" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Property "Protocol" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "Protocol" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Property "ProtocolVersion" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "ProtocolVersion" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "ProtocolVersion" TargetGroup = Value Text

Methods

set :: PropertyType "ProtocolVersion" TargetGroup -> TargetGroup -> TargetGroup #

Property "Tags" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "Tags" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "Tags" TargetGroup = [Tag]
Property "TargetGroupAttributes" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "TargetGroupAttributes" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "TargetGroupAttributes" TargetGroup = [TargetGroupAttributeProperty]

Methods

set :: PropertyType "TargetGroupAttributes" TargetGroup -> TargetGroup -> TargetGroup #

Property "TargetType" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "TargetType" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "TargetType" TargetGroup = Value Text

Methods

set :: PropertyType "TargetType" TargetGroup -> TargetGroup -> TargetGroup #

Property "Targets" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "Targets" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Property "UnhealthyThresholdCount" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "UnhealthyThresholdCount" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "UnhealthyThresholdCount" TargetGroup = Value Integer

Methods

set :: PropertyType "UnhealthyThresholdCount" TargetGroup -> TargetGroup -> TargetGroup #

Property "VpcId" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

Associated Types

type PropertyType "VpcId" TargetGroup 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckEnabled" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckEnabled" TargetGroup = Value Bool
type PropertyType "HealthCheckIntervalSeconds" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckIntervalSeconds" TargetGroup = Value Integer
type PropertyType "HealthCheckPath" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckPath" TargetGroup = Value Text
type PropertyType "HealthCheckPort" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckPort" TargetGroup = Value Text
type PropertyType "HealthCheckProtocol" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckProtocol" TargetGroup = Value Text
type PropertyType "HealthCheckTimeoutSeconds" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthCheckTimeoutSeconds" TargetGroup = Value Integer
type PropertyType "HealthyThresholdCount" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "HealthyThresholdCount" TargetGroup = Value Integer
type PropertyType "IpAddressType" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "IpAddressType" TargetGroup = Value Text
type PropertyType "Matcher" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "Name" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "Port" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "Protocol" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "ProtocolVersion" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "ProtocolVersion" TargetGroup = Value Text
type PropertyType "Tags" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "Tags" TargetGroup = [Tag]
type PropertyType "TargetGroupAttributes" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "TargetGroupAttributes" TargetGroup = [TargetGroupAttributeProperty]
type PropertyType "TargetType" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "TargetType" TargetGroup = Value Text
type PropertyType "Targets" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "UnhealthyThresholdCount" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup

type PropertyType "UnhealthyThresholdCount" TargetGroup = Value Integer
type PropertyType "VpcId" TargetGroup Source # 
Instance details

Defined in Stratosphere.ElasticLoadBalancingV2.TargetGroup