Receipt Rule Args
constructor(addHeaderActions: Output<List<ReceiptRuleAddHeaderActionArgs>>? = null, after: Output<String>? = null, bounceActions: Output<List<ReceiptRuleBounceActionArgs>>? = null, enabled: Output<Boolean>? = null, lambdaActions: Output<List<ReceiptRuleLambdaActionArgs>>? = null, name: Output<String>? = null, recipients: Output<List<String>>? = null, ruleSetName: Output<String>? = null, s3Actions: Output<List<ReceiptRuleS3ActionArgs>>? = null, scanEnabled: Output<Boolean>? = null, snsActions: Output<List<ReceiptRuleSnsActionArgs>>? = null, stopActions: Output<List<ReceiptRuleStopActionArgs>>? = null, tlsPolicy: Output<String>? = null, workmailActions: Output<List<ReceiptRuleWorkmailActionArgs>>? = null)