Domain Args
constructor(deadLetterQueueUrl: Output<String>? = null, defaultEncryptionKey: Output<String>? = null, defaultExpirationDays: Output<Int>? = null, domainName: Output<String>? = null, matching: Output<DomainMatchingArgs>? = null, ruleBasedMatching: Output<DomainRuleBasedMatchingArgs>? = null, tags: Output<List<TagArgs>>? = null)