ec2_get_ipam_discovered_public_addresses: Gets the public IP addresses that have been discovered by...

View source: R/ec2_operations.R

ec2_get_ipam_discovered_public_addressesR Documentation

Gets the public IP addresses that have been discovered by IPAM

Description

Gets the public IP addresses that have been discovered by IPAM.

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

Usage

ec2_get_ipam_discovered_public_addresses(
  DryRun = NULL,
  IpamResourceDiscoveryId,
  AddressRegion,
  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] An IPAM resource discovery ID.

AddressRegion

[required] The Amazon Web Services Region for the IP address.

Filters

Filters.

NextToken

The token for the next page of results.

MaxResults

The maximum number of IPAM discovered public addresses to return in one page of results.


paws.compute documentation built on May 29, 2024, 9:16 a.m.