/dhall-aws-cloudformation/cloudformation/AWS::ElasticLoadBalancingV2::ListenerRule/TargetGroupStickinessConfig.dhall
Copy path to clipboardSource
{ Type = { DurationSeconds : Optional Integer, Enabled : Optional Bool }
, default = { DurationSeconds = None Integer, Enabled = None Bool }
}