Delete Resolver Rule
route53resolver_delete_resolver_rule | R Documentation |
Deletes a Resolver rule¶
Description¶
Deletes a Resolver rule. Before you can delete a Resolver rule, you must
disassociate it from all the VPCs that you associated the Resolver rule
with. For more information, see disassociate_resolver_rule
.
Usage¶
Arguments¶
ResolverRuleId
[required] The ID of the Resolver rule that you want to delete.
Value¶
A list with the following syntax:
list(
ResolverRule = list(
Id = "string",
CreatorRequestId = "string",
Arn = "string",
DomainName = "string",
Status = "COMPLETE"|"DELETING"|"UPDATING"|"FAILED",
StatusMessage = "string",
RuleType = "FORWARD"|"SYSTEM"|"RECURSIVE",
Name = "string",
TargetIps = list(
list(
Ip = "string",
Port = 123,
Ipv6 = "string",
Protocol = "DoH"|"Do53"|"DoH-FIPS"
)
),
ResolverEndpointId = "string",
OwnerId = "string",
ShareStatus = "NOT_SHARED"|"SHARED_WITH_ME"|"SHARED_BY_ME",
CreationTime = "string",
ModificationTime = "string"
)
)