View source: R/ec2_operations.R
ec2_delete_ipam_external_resource_verification_token | R Documentation |
Delete 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_delete_ipam_external_resource_verification_token/ for full documentation.
ec2_delete_ipam_external_resource_verification_token(
DryRun = NULL,
IpamExternalResourceVerificationTokenId
)
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
|
IpamExternalResourceVerificationTokenId |
[required] The token ID. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.