View source: R/cloudfront_operations.R
cloudfront_associate_alias | R Documentation |
Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront distribution.
See https://www.paws-r-sdk.com/docs/cloudfront_associate_alias/ for full documentation.
cloudfront_associate_alias(TargetDistributionId, Alias)
TargetDistributionId |
[required] The ID of the distribution that you're associating the alias with. |
Alias |
[required] The alias (also known as a CNAME) to add to the target distribution. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.