List Firewall Domains
route53resolver_list_firewall_domains | R Documentation |
Retrieves the domains that you have defined for the specified firewall domain list¶
Description¶
Retrieves the domains that you have defined for the specified firewall domain list.
A single call might return only a partial list of the domains. For
information, see MaxResults
.
Usage¶
route53resolver_list_firewall_domains(FirewallDomainListId, MaxResults,
NextToken)
Arguments¶
FirewallDomainListId |
[required] The ID of the domain list whose domains you want to retrieve. |
MaxResults |
The maximum number of objects that you want Resolver to return
for this request. If more objects are available, in the response,
Resolver provides a If you don't specify a value for |
NextToken |
For the first call to this list request, omit this value. When you request a list of objects, Resolver returns at most the
number of objects specified in |
Value¶
A list with the following syntax:
list(
NextToken = "string",
Domains = list(
"string"
)
)
Request syntax¶
svc$list_firewall_domains(
FirewallDomainListId = "string",
MaxResults = 123,
NextToken = "string"
)