cloudfront_list_conflicting_aliases: Gets a list of aliases (also called CNAMEs or alternate...

View source: R/cloudfront_operations.R

cloudfront_list_conflicting_aliasesR 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

Description

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.

Usage

cloudfront_list_conflicting_aliases(
  DistributionId,
  Alias,
  Marker = NULL,
  MaxItems = NULL
)

Arguments

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 NextMarker from the current page's response.

MaxItems

The maximum number of conflicting aliases that you want in the response.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.