ec2_get_ipam_discovered_resource_cidrs: Returns the resource CIDRs that are monitored as part of a...

View source: R/ec2_operations.R

ec2_get_ipam_discovered_resource_cidrsR Documentation

Returns the resource CIDRs that are monitored as part of a resource discovery

Description

Returns the resource CIDRs that are monitored as part of a resource discovery. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses.

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

Usage

ec2_get_ipam_discovered_resource_cidrs(
  DryRun = NULL,
  IpamResourceDiscoveryId,
  ResourceRegion,
  Filters = NULL,
  NextToken = NULL,
  MaxResults = 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.

IpamResourceDiscoveryId

[required] A resource discovery ID.

ResourceRegion

[required] A resource Region.

Filters

Filters.

NextToken

Specify the pagination token from a previous request to retrieve the next page of results.

MaxResults

The maximum number of discovered resource CIDRs to return in one page of results.


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