Class: Aws::CloudFront::Types::ConnectionGroupSummary

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

Overview

A summary that contains details about your connection groups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anycast_ip_list_idString

The ID of the Anycast static IP list.

Returns:

  • (String)


1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1751

class ConnectionGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :routing_endpoint,
  :created_time,
  :last_modified_time,
  :etag,
  :anycast_ip_list_id,
  :enabled,
  :status,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the connection group.

Returns:

  • (String)


1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1751

class ConnectionGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :routing_endpoint,
  :created_time,
  :last_modified_time,
  :etag,
  :anycast_ip_list_id,
  :enabled,
  :status,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The date and time when the connection group was created.

Returns:

  • (Time)


1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1751

class ConnectionGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :routing_endpoint,
  :created_time,
  :last_modified_time,
  :etag,
  :anycast_ip_list_id,
  :enabled,
  :status,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Whether the connection group is enabled

Returns:

  • (Boolean)


1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1751

class ConnectionGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :routing_endpoint,
  :created_time,
  :last_modified_time,
  :etag,
  :anycast_ip_list_id,
  :enabled,
  :status,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The current version of the connection group.

Returns:

  • (String)


1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1751

class ConnectionGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :routing_endpoint,
  :created_time,
  :last_modified_time,
  :etag,
  :anycast_ip_list_id,
  :enabled,
  :status,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the connection group.

Returns:

  • (String)


1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1751

class ConnectionGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :routing_endpoint,
  :created_time,
  :last_modified_time,
  :etag,
  :anycast_ip_list_id,
  :enabled,
  :status,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#is_defaultBoolean

Whether the connection group is the default connection group for the distribution tenants.

Returns:

  • (Boolean)


1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1751

class ConnectionGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :routing_endpoint,
  :created_time,
  :last_modified_time,
  :etag,
  :anycast_ip_list_id,
  :enabled,
  :status,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The date and time when the connection group was updated.

Returns:

  • (Time)


1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1751

class ConnectionGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :routing_endpoint,
  :created_time,
  :last_modified_time,
  :etag,
  :anycast_ip_list_id,
  :enabled,
  :status,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the connection group.

Returns:

  • (String)


1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1751

class ConnectionGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :routing_endpoint,
  :created_time,
  :last_modified_time,
  :etag,
  :anycast_ip_list_id,
  :enabled,
  :status,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#routing_endpointString

The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net.

Returns:

  • (String)


1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1751

class ConnectionGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :routing_endpoint,
  :created_time,
  :last_modified_time,
  :etag,
  :anycast_ip_list_id,
  :enabled,
  :status,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the connection group.

Returns:

  • (String)


1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1751

class ConnectionGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :routing_endpoint,
  :created_time,
  :last_modified_time,
  :etag,
  :anycast_ip_list_id,
  :enabled,
  :status,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end