Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateIpamRequest

import type { CreateIpamRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateIpamRequest {
ClientToken?: string | null;
Description?: string | null;
DryRun?: boolean | null;
OperatingRegions?: AddIpamOperatingRegion[] | null;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
ClientToken?: string | null
[src]

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

§
Description?: string | null
[src]

A description for the IPAM.

§
DryRun?: boolean | null
[src]

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.

§
OperatingRegions?: AddIpamOperatingRegion[] | null
[src]

The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

§
TagSpecifications?: TagSpecification[] | null
[src]

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.