rules

@JvmName(name = "wfmlrvvvhnivwboo")
suspend fun rules(value: Output<List<SecurityPolicyRuleArgs>>)
@JvmName(name = "dnynkclcoebcvjxd")
suspend fun rules(value: List<SecurityPolicyRuleArgs>?)

Parameters

value

A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.


@JvmName(name = "rbufbffdjgfdlabc")
suspend fun rules(vararg values: Output<SecurityPolicyRuleArgs>)


@JvmName(name = "ijogyukuktmystma")
suspend fun rules(values: List<Output<SecurityPolicyRuleArgs>>)
@JvmName(name = "eyvvyhgkwqopvjls")
suspend fun rules(vararg values: SecurityPolicyRuleArgs)

Parameters

values

A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.


@JvmName(name = "jodmbqwuvgtmddmx")
suspend fun rules(argument: List<suspend SecurityPolicyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "xryiciggjstuplmi")
suspend fun rules(vararg argument: suspend SecurityPolicyRuleArgsBuilder.() -> Unit)
@JvmName(name = "watsncwhnpuwpaph")
suspend fun rules(argument: suspend SecurityPolicyRuleArgsBuilder.() -> Unit)

Parameters

argument

A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.