Skip to contents

The list_conflicting_aliases API operation only supports standard distributions. To list domain conflicts for both standard distributions and distribution tenants, we recommend that you use the list_domain_conflicts API operation instead.

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 standard distribution in your account that has an attached 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.