Class: Aws::CloudFront::Types::CreateConnectionGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateConnectionGroupRequest
- Defined in:
- gems/aws-sdk-cloudfront/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
Enable the connection group.
-
#ipv_6_enabled ⇒ Boolean
Enable IPv6 for the connection group.
-
#name ⇒ String
The name of the connection group.
-
#tags ⇒ Types::Tags
A complex type that contains zero or more
Tag
elements.
Instance Attribute Details
#anycast_ip_list_id ⇒ String
The ID of the Anycast static IP list.
2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2360 class CreateConnectionGroupRequest < Struct.new( :name, :ipv_6_enabled, :tags, :anycast_ip_list_id, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Enable the connection group.
2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2360 class CreateConnectionGroupRequest < Struct.new( :name, :ipv_6_enabled, :tags, :anycast_ip_list_id, :enabled) SENSITIVE = [] include Aws::Structure end |
#ipv_6_enabled ⇒ Boolean
Enable IPv6 for the connection group. The default is true
. For
more information, see Enable IPv6 in the Amazon CloudFront
Developer Guide.
2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2360 class CreateConnectionGroupRequest < Struct.new( :name, :ipv_6_enabled, :tags, :anycast_ip_list_id, :enabled) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the connection group. Enter a friendly identifier that is unique within your Amazon Web Services account. This name can't be updated after you create the connection group.
2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2360 class CreateConnectionGroupRequest < Struct.new( :name, :ipv_6_enabled, :tags, :anycast_ip_list_id, :enabled) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Types::Tags
A complex type that contains zero or more Tag
elements.
2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2360 class CreateConnectionGroupRequest < Struct.new( :name, :ipv_6_enabled, :tags, :anycast_ip_list_id, :enabled) SENSITIVE = [] include Aws::Structure end |