Get Ipam Discovered Public Addresses
| ec2_get_ipam_discovered_public_addresses | R Documentation |
Gets the public IP addresses that have been discovered by IPAM¶
Description¶
Gets the public IP addresses that have been discovered by IPAM.
Usage¶
ec2_get_ipam_discovered_public_addresses(DryRun,
IpamResourceDiscoveryId, AddressRegion, Filters, NextToken, MaxResults)
Arguments¶
DryRunA 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 isUnauthorizedOperation.IpamResourceDiscoveryId[required] An IPAM resource discovery ID.
AddressRegion[required] The Amazon Web Services Region for the IP address.
FiltersFilters.
NextTokenThe token for the next page of results.
MaxResultsThe maximum number of IPAM discovered public addresses to return in one page of results.
Value¶
A list with the following syntax:
list(
IpamDiscoveredPublicAddresses = list(
list(
IpamResourceDiscoveryId = "string",
AddressRegion = "string",
Address = "string",
AddressOwnerId = "string",
AddressAllocationId = "string",
AssociationStatus = "associated"|"disassociated",
AddressType = "service-managed-ip"|"service-managed-byoip"|"amazon-owned-eip"|"amazon-owned-contig"|"byoip"|"ec2-public-ip",
Service = "nat-gateway"|"database-migration-service"|"redshift"|"elastic-container-service"|"relational-database-service"|"site-to-site-vpn"|"load-balancer"|"global-accelerator"|"other",
ServiceResource = "string",
VpcId = "string",
SubnetId = "string",
PublicIpv4PoolId = "string",
NetworkInterfaceId = "string",
NetworkInterfaceDescription = "string",
InstanceId = "string",
Tags = list(
EipTags = list(
list(
Key = "string",
Value = "string"
)
)
),
NetworkBorderGroup = "string",
SecurityGroups = list(
list(
GroupName = "string",
GroupId = "string"
)
),
SampleTime = as.POSIXct(
"2015-01-01"
)
)
),
OldestSampleTime = as.POSIXct(
"2015-01-01"
),
NextToken = "string"
)