Class: Aws::CloudFront::Types::UpdateConnectionGroupRequest

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

Overview

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)


14648
14649
14650
14651
14652
14653
14654
14655
14656
# File 'lib/aws-sdk-cloudfront/types.rb', line 14648

class UpdateConnectionGroupRequest < Struct.new(
  :id,
  :ipv_6_enabled,
  :if_match,
  :anycast_ip_list_id,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Whether the connection group is enabled.

Returns:

  • (Boolean)


14648
14649
14650
14651
14652
14653
14654
14655
14656
# File 'lib/aws-sdk-cloudfront/types.rb', line 14648

class UpdateConnectionGroupRequest < Struct.new(
  :id,
  :ipv_6_enabled,
  :if_match,
  :anycast_ip_list_id,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the connection group.

Returns:

  • (String)


14648
14649
14650
14651
14652
14653
14654
14655
14656
# File 'lib/aws-sdk-cloudfront/types.rb', line 14648

class UpdateConnectionGroupRequest < Struct.new(
  :id,
  :ipv_6_enabled,
  :if_match,
  :anycast_ip_list_id,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The value of the ‘ETag` header that you received when retrieving the connection group that you’re updating.

Returns:

  • (String)


14648
14649
14650
14651
14652
14653
14654
14655
14656
# File 'lib/aws-sdk-cloudfront/types.rb', line 14648

class UpdateConnectionGroupRequest < Struct.new(
  :id,
  :ipv_6_enabled,
  :if_match,
  :anycast_ip_list_id,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_enabledBoolean

Enable IPv6 for the connection group. For more information, see

Enable IPv6][1

in the *Amazon CloudFront Developer Guide*.

[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesEnableIPv6

Returns:

  • (Boolean)


14648
14649
14650
14651
14652
14653
14654
14655
14656
# File 'lib/aws-sdk-cloudfront/types.rb', line 14648

class UpdateConnectionGroupRequest < Struct.new(
  :id,
  :ipv_6_enabled,
  :if_match,
  :anycast_ip_list_id,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end