data class AclBindingRuleArgs(val authMethod: Output<String>? = null, val bindName: Output<String>? = null, val bindType: Output<String>? = null, val description: Output<String>? = null, val selector: Output<String>? = null) : ConvertibleToJava<AclBindingRuleArgs>
(string: <optional>) - Target of the binding. If bind_type is role or policy then bind_name is required. If bind_type is management than bind_name must not be defined.