ec2_get_ipam_resource_cidrs: Returns resource CIDRs managed by IPAM in a given scope

View source: R/ec2_operations.R

ec2_get_ipam_resource_cidrsR Documentation

Returns resource CIDRs managed by IPAM in a given scope

Description

Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is associated with more than one resource discovery, the resource CIDRs across all of the resource discoveries is returned. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

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

Usage

ec2_get_ipam_resource_cidrs(
  DryRun = NULL,
  Filters = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  IpamScopeId,
  IpamPoolId = NULL,
  ResourceId = NULL,
  ResourceType = NULL,
  ResourceTag = NULL,
  ResourceOwner = 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.

Filters

One or more filters for the request. For more information about filtering, see Filtering CLI output.

MaxResults

The maximum number of results to return in the request.

NextToken

The token for the next page of results.

IpamScopeId

[required] The ID of the scope that the resource is in.

IpamPoolId

The ID of the IPAM pool that the resource is in.

ResourceId

The ID of the resource.

ResourceType

The resource type.

ResourceTag

The resource tag.

ResourceOwner

The ID of the Amazon Web Services account that owns the resource.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.