Local Rulestack Rule Args
constructor(action: Output<String>? = null, applications: Output<List<String>>? = null, auditComment: Output<String>? = null, category: Output<LocalRulestackRuleCategoryArgs>? = null, decryptionRuleType: Output<String>? = null, description: Output<String>? = null, destination: Output<LocalRulestackRuleDestinationArgs>? = null, enabled: Output<Boolean>? = null, inspectionCertificateId: Output<String>? = null, loggingEnabled: Output<Boolean>? = null, name: Output<String>? = null, negateDestination: Output<Boolean>? = null, negateSource: Output<Boolean>? = null, priority: Output<Int>? = null, protocol: Output<String>? = null, protocolPorts: Output<List<String>>? = null, rulestackId: Output<String>? = null, source: Output<LocalRulestackRuleSourceArgs>? = null, tags: Output<Map<String, String>>? = null)