class Aws::CloudFront::Types::ListConflictingAliasesRequest

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

data as a hash:

    {
      distribution_id: "distributionIdString", # required
      alias: "aliasString", # required
      marker: "string",
      max_items: 1,
    }

@!attribute [rw] distribution_id

The ID of a distribution in your account that has an attached
SSL/TLS certificate that includes the provided alias.
@return [String]

@!attribute [rw] alias

The alias (also called a CNAME) to search for conflicting aliases.
@return [String]

@!attribute [rw] 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.
@return [String]

@!attribute [rw] max_items

The maximum number of conflicting aliases that you want in the
response.
@return [Integer]

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

Constants

SENSITIVE