Firewall Domain List Args
data class FirewallDomainListArgs(val domainFileUrl: Output<String>? = null, val domains: Output<List<String>>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<FirewallDomainListArgs>
Resource schema for AWS::Route53Resolver::FirewallDomainList.