class Aws::CloudFront::Types::Aliases

A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

@note When making an API call, you may pass Aliases

data as a hash:

    {
      quantity: 1, # required
      items: ["string"],
    }

@!attribute [rw] quantity

The number of CNAME aliases, if any, that you want to associate with
this distribution.
@return [Integer]

@!attribute [rw] items

A complex type that contains the CNAME aliases, if any, that you
want to associate with this distribution.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/Aliases AWS API Documentation

Constants

SENSITIVE