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¶
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"
)
)