Deletes a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound Resolver endpoint:
Inbound: DNS queries from your network are no longer routed to the DNS service for the specified VPC.
Outbound: DNS queries from a VPC are no longer routed to your network.
route53resolver_delete_resolver_endpoint(ResolverEndpointId)
[required] The ID of the Resolver endpoint that you want to delete.
A list with the following syntax:
list( ResolverEndpoint = list( Id = "string", CreatorRequestId = "string", Arn = "string", Name = "string", SecurityGroupIds = list( "string" ), Direction = "INBOUND"|"OUTBOUND", IpAddressCount = 123, HostVPCId = "string", Status = "CREATING"|"OPERATIONAL"|"UPDATING"|"AUTO_RECOVERING"|"ACTION_NEEDED"|"DELETING", StatusMessage = "string", CreationTime = "string", ModificationTime = "string" ) )
svc$delete_resolver_endpoint( ResolverEndpointId = "string" )