Delete Resolver Endpoint
| route53resolver_delete_resolver_endpoint | R Documentation | 
Deletes a Resolver endpoint¶
Description¶
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. 
Usage¶
route53resolver_delete_resolver_endpoint(ResolverEndpointId)
Arguments¶
| ResolverEndpointId | [required] The ID of the Resolver endpoint that you want to delete. | 
Value¶
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",
    OutpostArn = "string",
    PreferredInstanceType = "string",
    ResolverEndpointType = "IPV6"|"IPV4"|"DUALSTACK",
    Protocols = list(
      "DoH"|"Do53"|"DoH-FIPS"
    )
  )
)
Request syntax¶
svc$delete_resolver_endpoint(
  ResolverEndpointId = "string"
)