Rule Args
data class RuleArgs(val action: Output<RuleAction>? = null, val conditions: Output<List<ConditionArgs>>? = null, val description: Output<String>? = null, val ins: Output<List<String>>? = null, val logConfigs: Output<List<LogConfigArgs>>? = null, val notIns: Output<List<String>>? = null, val permissions: Output<List<String>>? = null) : ConvertibleToJava<RuleArgs>
This is deprecated and has no effect. Do not use.
Constructors
Link copied to clipboard
constructor(action: Output<RuleAction>? = null, conditions: Output<List<ConditionArgs>>? = null, description: Output<String>? = null, ins: Output<List<String>>? = null, logConfigs: Output<List<LogConfigArgs>>? = null, notIns: Output<List<String>>? = null, permissions: Output<List<String>>? = null)
Properties
Link copied to clipboard
This is deprecated and has no effect. Do not use.
Link copied to clipboard
This is deprecated and has no effect. Do not use.
Link copied to clipboard
This is deprecated and has no effect. Do not use.
Link copied to clipboard
This is deprecated and has no effect. Do not use.
Link copied to clipboard
This is deprecated and has no effect. Do not use.