Skip to content

Delete Ipam Prefix List Resolver

ec2_delete_ipam_prefix_list_resolver R Documentation

Deletes an IPAM prefix list resolver

Description

Deletes an IPAM prefix list resolver. Before deleting a resolver, you must first delete all resolver targets associated with it.

Usage

ec2_delete_ipam_prefix_list_resolver(DryRun, IpamPrefixListResolverId)

Arguments

DryRun

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

IpamPrefixListResolverId

[required] The ID of the IPAM prefix list resolver to delete.

Value

A list with the following syntax:

list(
  IpamPrefixListResolver = list(
    OwnerId = "string",
    IpamPrefixListResolverId = "string",
    IpamPrefixListResolverArn = "string",
    IpamArn = "string",
    IpamRegion = "string",
    Description = "string",
    AddressFamily = "ipv4"|"ipv6",
    State = "create-in-progress"|"create-complete"|"create-failed"|"modify-in-progress"|"modify-complete"|"modify-failed"|"delete-in-progress"|"delete-complete"|"delete-failed"|"isolate-in-progress"|"isolate-complete"|"restore-in-progress",
    Tags = list(
      list(
        Key = "string",
        Value = "string"
      )
    ),
    LastVersionCreationStatus = "pending"|"success"|"failure",
    LastVersionCreationStatusMessage = "string"
  )
)

Request syntax

svc$delete_ipam_prefix_list_resolver(
  DryRun = TRUE|FALSE,
  IpamPrefixListResolverId = "string"
)