class Aws::CloudFront::Types::AssociateAliasRequest

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

data as a hash:

    {
      target_distribution_id: "string", # required
      alias: "string", # required
    }

@!attribute [rw] target_distribution_id

The ID of the distribution that you’re associating the alias with.
@return [String]

@!attribute [rw] alias

The alias (also known as a CNAME) to add to the target distribution.
@return [String]

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

Constants

SENSITIVE