rules

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

Parameters

value

The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "\*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added. Structure is documented below.


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


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

Parameters

values

The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "\*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added. Structure is documented below.


@JvmName(name = "chcbdrhvbeohnxjo")
suspend fun rules(argument: List<suspend SecurityPolicyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "vbmyyhhgfkslogld")
suspend fun rules(vararg argument: suspend SecurityPolicyRuleArgsBuilder.() -> Unit)
@JvmName(name = "hlvtxkkhquodykiy")
suspend fun rules(argument: suspend SecurityPolicyRuleArgsBuilder.() -> Unit)

Parameters

argument

The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "\*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added. Structure is documented below.