Delete Firewall Domain List
route53resolver_delete_firewall_domain_list | R Documentation |
Deletes the specified domain list¶
Description¶
Deletes the specified domain list.
Usage¶
Arguments¶
FirewallDomainListId
[required] The ID of the domain list that you want to delete.
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"
)
)