Skip to content

Get Anycast Ip List

cloudfront_get_anycast_ip_list R Documentation

Gets an Anycast static IP list

Description

Gets an Anycast static IP list.

Usage

cloudfront_get_anycast_ip_list(Id)

Arguments

Id

[required] The ID of the Anycast static IP list.

Value

A list with the following syntax:

list(
  AnycastIpList = list(
    Id = "string",
    Name = "string",
    Status = "string",
    Arn = "string",
    AnycastIps = list(
      "string"
    ),
    IpCount = 123,
    LastModifiedTime = as.POSIXct(
      "2015-01-01"
    )
  ),
  ETag = "string"
)

Request syntax

svc$get_anycast_ip_list(
  Id = "string"
)