View source: R/cloudfront_operations.R
cloudfront_list_conflicting_aliases | R Documentation |
Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias. In the returned list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don't own.
See https://www.paws-r-sdk.com/docs/cloudfront_list_conflicting_aliases/ for full documentation.
cloudfront_list_conflicting_aliases(
DistributionId,
Alias,
Marker = NULL,
MaxItems = NULL
)
DistributionId |
[required] The ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias. |
Alias |
[required] The alias (also called a CNAME) to search for conflicting aliases. |
Marker |
Use this field when paginating results to indicate where to begin in the
list of conflicting aliases. The response includes conflicting aliases
in the list that occur after the marker. To get the next page of the
list, set this field's value to the value of |
MaxItems |
The maximum number of conflicting aliases that you want in the response. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.