Learn R Programming

paws.compute (version 0.7.0)

ec2_create_ipam_external_resource_verification_token: Create a verification token

Description

Create a verification token. 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_create_ipam_external_resource_verification_token/ for full documentation.

Usage

ec2_create_ipam_external_resource_verification_token(
  DryRun = NULL,
  IpamId,
  TagSpecifications = NULL,
  ClientToken = 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.

IpamId

[required] The ID of the IPAM that will create the token.

TagSpecifications

Token tags.

ClientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.