Skip to contents

Create a verification token.

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.