Get Firewall Domain List
route53resolver_get_firewall_domain_list | R Documentation |
Retrieves the specified firewall domain list¶
Description¶
Retrieves the specified firewall domain list.
Usage¶
route53resolver_get_firewall_domain_list(FirewallDomainListId)
Arguments¶
FirewallDomainListId |
[required] The ID of the domain list. |
Value¶
A list with the following syntax:
list(
FirewallDomainList = list(
Id = "string",
Arn = "string",
Name = "string",
DomainCount = 123,
Status = "COMPLETE"|"COMPLETE_IMPORT_FAILED"|"IMPORTING"|"DELETING"|"UPDATING",
StatusMessage = "string",
ManagedOwnerName = "string",
CreatorRequestId = "string",
CreationTime = "string",
ModificationTime = "string"
)
)
Request syntax¶
svc$get_firewall_domain_list(
FirewallDomainListId = "string"
)