Creates a connection group.
See https://www.paws-r-sdk.com/docs/cloudfront_create_connection_group/ for full documentation.
Usage
cloudfront_create_connection_group(
Name,
Ipv6Enabled = NULL,
Tags = NULL,
AnycastIpListId = NULL,
Enabled = NULL
)Arguments
- Name
[required] 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.
- Ipv6Enabled
Enable IPv6 for the connection group. The default is
true. For more information, see Enable IPv6 in the Amazon CloudFront Developer Guide.A complex type that contains zero or more
Tagelements.- AnycastIpListId
The ID of the Anycast static IP list.
- Enabled
Enable the connection group.