FirewallDomainListArgs

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.

Constructors

Link copied to clipboard
constructor(domainFileUrl: Output<String>? = null, domains: Output<List<String>>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val domainFileUrl: Output<String>? = null

S3 URL to import domains from.

Link copied to clipboard
val domains: Output<List<String>>? = null

A list of the domain lists that you have defined.

Link copied to clipboard
val name: Output<String>? = null

FirewallDomainListName

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags

Functions

Link copied to clipboard
open override fun toJava(): FirewallDomainListArgs