Class: Aws::CloudFront::Types::CreateConnectionGroupRequest

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)


2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-cloudfront/types.rb', line 2298

class CreateConnectionGroupRequest < Struct.new(
  :name,
  :ipv_6_enabled,
  :tags,
  :anycast_ip_list_id,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Enable the connection group.

Returns:

  • (Boolean)


2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-cloudfront/types.rb', line 2298

class CreateConnectionGroupRequest < Struct.new(
  :name,
  :ipv_6_enabled,
  :tags,
  :anycast_ip_list_id,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_enabledBoolean

Enable IPv6 for the connection group. The default is ‘true`. For more information, see [Enable IPv6] in the *Amazon CloudFront Developer Guide*.

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

Returns:

  • (Boolean)


2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-cloudfront/types.rb', line 2298

class CreateConnectionGroupRequest < Struct.new(
  :name,
  :ipv_6_enabled,
  :tags,
  :anycast_ip_list_id,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-cloudfront/types.rb', line 2298

class CreateConnectionGroupRequest < Struct.new(
  :name,
  :ipv_6_enabled,
  :tags,
  :anycast_ip_list_id,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#tagsTypes::Tags

A complex type that contains zero or more ‘Tag` elements.

Returns:



2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-cloudfront/types.rb', line 2298

class CreateConnectionGroupRequest < Struct.new(
  :name,
  :ipv_6_enabled,
  :tags,
  :anycast_ip_list_id,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end