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

ModifyIpamResourceCidrRequest

import type { ModifyIpamResourceCidrRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ModifyIpamResourceCidrRequest {
CurrentIpamScopeId: string;
DestinationIpamScopeId?: string | null;
DryRun?: boolean | null;
Monitored: boolean;
ResourceCidr: string;
ResourceId: string;
ResourceRegion: string;
}

§Properties

§
CurrentIpamScopeId: string
[src]

The ID of the current scope that the resource CIDR is in.

§
DestinationIpamScopeId?: string | null
[src]

The ID of the scope you want to transfer the resource CIDR to.

§
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.

§
Monitored: boolean
[src]

Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.

§
ResourceCidr: string
[src]

The CIDR of the resource you want to modify.

§
ResourceId: string
[src]

The ID of the resource you want to modify.

§
ResourceRegion: string
[src]

The Amazon Web Services Region of the resource you want to modify.