Uses of Interface
software.amazon.awscdk.services.elasticloadbalancing.CfnLoadBalancer.ConnectionSettingsProperty
Packages that use CfnLoadBalancer.ConnectionSettingsProperty
Package
Description
Amazon Elastic Load Balancing Construct Library
-
Uses of CfnLoadBalancer.ConnectionSettingsProperty in software.amazon.awscdk.services.elasticloadbalancing
Classes in software.amazon.awscdk.services.elasticloadbalancing that implement CfnLoadBalancer.ConnectionSettingsPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnLoadBalancer.ConnectionSettingsPropertyMethods in software.amazon.awscdk.services.elasticloadbalancing that return CfnLoadBalancer.ConnectionSettingsPropertyModifier and TypeMethodDescriptionCfnLoadBalancer.ConnectionSettingsProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.elasticloadbalancing with parameters of type CfnLoadBalancer.ConnectionSettingsPropertyModifier and TypeMethodDescriptionCfnLoadBalancer.Builder.connectionSettings(CfnLoadBalancer.ConnectionSettingsProperty connectionSettings) If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.CfnLoadBalancerProps.Builder.connectionSettings(CfnLoadBalancer.ConnectionSettingsProperty connectionSettings) Sets the value ofCfnLoadBalancerProps.getConnectionSettings()voidCfnLoadBalancer.setConnectionSettings(CfnLoadBalancer.ConnectionSettingsProperty value) If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.