Class: Aws::CloudFront::Types::AnycastIpList

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

An Anycast static IP list. For more information, see Request Anycast static IPs to use for allowlisting in the Amazon CloudFront Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anycast_ipsArray<String>

The static IP addresses that are allocated to the Anycast static IP list.

Returns:

  • (Array<String>)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 263

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_address_type,
  :ipam_config,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the Anycast static IP list.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 263

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_address_type,
  :ipam_config,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the Anycast static IP list.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 263

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_address_type,
  :ipam_config,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_typeString

The IP address type for the Anycast static IP list.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 263

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_address_type,
  :ipam_config,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#ip_countInteger

The number of IP addresses in the Anycast static IP list.

Returns:

  • (Integer)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 263

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_address_type,
  :ipam_config,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#ipam_configTypes::IpamConfig

The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.

Returns:



263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 263

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_address_type,
  :ipam_config,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last time the Anycast static IP list was modified.

Returns:

  • (Time)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 263

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_address_type,
  :ipam_config,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Anycast static IP list.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 263

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_address_type,
  :ipam_config,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Anycast static IP list. Valid values: Deployed, Deploying, or Failed.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 263

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_address_type,
  :ipam_config,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end