Learn R Programming

paws.compute (version 0.7.0)

ec2_describe_ipam_external_resource_verification_tokens: Describe verification tokens

Description

Describe verification tokens. A verification token is an Amazon Web Services-generated random value that you can use to prove ownership of an external resource. For example, you can use a verification token to validate that you control a public IP address range when you bring an IP address range to Amazon Web Services (BYOIP).

See https://www.paws-r-sdk.com/docs/ec2_describe_ipam_external_resource_verification_tokens/ for full documentation.

Usage

ec2_describe_ipam_external_resource_verification_tokens(
  DryRun = NULL,
  Filters = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  IpamExternalResourceVerificationTokenIds = NULL
)

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.

Filters

One or more filters for the request. For more information about filtering, see Filtering CLI output.

Available filters:

  • ipam-arn

  • ipam-external-resource-verification-token-arn

  • ipam-external-resource-verification-token-id

  • ipam-id

  • ipam-region

  • state

  • status

  • token-name

  • token-value

NextToken

The token for the next page of results.

MaxResults

The maximum number of tokens to return in one page of results.

IpamExternalResourceVerificationTokenIds

Verification token IDs.