Skip to contents

Creates an IPAM policy.

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

Usage

ec2_create_ipam_policy(
  DryRun = NULL,
  TagSpecifications = NULL,
  ClientToken = NULL,
  IpamId
)

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.

TagSpecifications

The tags to assign to the IPAM policy.

ClientToken

A unique, case-sensitive identifier to ensure the idempotency of the request.

IpamId

[required] The ID of the IPAM for which you're creating the policy.