/dhall-aws-cloudformation/cloudformation/AWS::ElasticLoadBalancingV2::Listener/TargetGroupStickinessConfig.dhall

Copy path to clipboard

Source

{ Type = { DurationSeconds : Optional Integer, Enabled : Optional Bool }
, default = { DurationSeconds = None Integer, Enabled = None Bool }
}