rules

@JvmName(name = "jcxkfkstgshavecb")
suspend fun rules(value: Output<List<SecurityPolicyRuleArgs>>)
@JvmName(name = "niovsjusulrkqllj")
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 = "griinfixpmtyxkxd")
suspend fun rules(vararg values: Output<SecurityPolicyRuleArgs>)


@JvmName(name = "twncwjmxisbdonmf")
suspend fun rules(values: List<Output<SecurityPolicyRuleArgs>>)
@JvmName(name = "ptlkssoiymkpstbv")
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 = "hyirhnhrsfvclokf")
suspend fun rules(argument: List<suspend SecurityPolicyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "dfixywqmurbcjgys")
suspend fun rules(vararg argument: suspend SecurityPolicyRuleArgsBuilder.() -> Unit)
@JvmName(name = "kdcnimeiaekbecck")
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.