Class: Aws::CloudFront::Types::UpdateConnectionGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateConnectionGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anycast_ip_list_id ⇒ String
The ID of the Anycast static IP list.
-
#enabled ⇒ Boolean
Whether the connection group is enabled.
-
#id ⇒ String
The ID of the connection group.
-
#if_match ⇒ String
The value of the ‘ETag` header that you received when retrieving the connection group that you’re updating.
-
#ipv_6_enabled ⇒ Boolean
Enable IPv6 for the connection group.
Instance Attribute Details
#anycast_ip_list_id ⇒ String
The ID of the Anycast static IP list.
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 |
#enabled ⇒ Boolean
Whether the connection group is enabled.
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 |
#id ⇒ String
The ID of the connection group.
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_match ⇒ String
The value of the ‘ETag` header that you received when retrieving the connection group that you’re updating.
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_enabled ⇒ Boolean
Enable IPv6 for the connection group. For more information, see
- Enable IPv6][1
-
in the *Amazon CloudFront Developer Guide*.
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 |