layer4Configs
suspend fun layer4Configs(value: Output<List<RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs>>)
Parameters
value
Pairs of IP protocols and ports that the rule should match.
suspend fun layer4Configs(vararg values: Output<RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs>)
suspend fun layer4Configs(values: List<Output<RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs>>)
Parameters
values
Pairs of IP protocols and ports that the rule should match.
suspend fun layer4Configs(argument: List<suspend RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgsBuilder.() -> Unit>)
suspend fun layer4Configs(vararg argument: suspend RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgsBuilder.() -> Unit)
suspend fun layer4Configs(argument: suspend RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgsBuilder.() -> Unit)
Parameters
argument
Pairs of IP protocols and ports that the rule should match.