LaunchTemplateNetworkInterfaceConnectionTrackingSpecification class
Constructors
-
LaunchTemplateNetworkInterfaceConnectionTrackingSpecification({Input<
int?> ? tcpEstablishedTimeout, Input<int?> ? udpStreamTimeout, Input<int?> ? udpTimeout}) -
Creates a new LaunchTemplateNetworkInterfaceConnectionTrackingSpecification.
tcpEstablishedTimeoutTimeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.udpStreamTimeoutTimeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180 seconds.udpTimeoutTimeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.const -
LaunchTemplateNetworkInterfaceConnectionTrackingSpecification.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tcpEstablishedTimeout
→ Input<
int?> ? -
Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.
final
-
udpStreamTimeout
→ Input<
int?> ? -
Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180 seconds.
final
-
udpTimeout
→ Input<
int?> ? -
Timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited