v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1435184159.4 KB

Return a description of custom domain names that are associated with an App Runner service.

post/#X-Amz-Target=AppRunner.DescribeCustomDomains

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AppRunner.DescribeCustomDomains' required

Request body

ServiceArnstring required

The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.

NextTokenstring
<p>A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.</p> <p>If you don't specify <code>NextToken</code>, the request retrieves the first result page.</p>
MaxResultsinteger
<p>The maximum number of results that each response (result page) can include. It's used for a paginated request.</p> <p>If you don't specify <code>MaxResults</code>, the request retrieves all available results in a single response.</p>

Response

Success

DNSTargetstring required

The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.

ServiceArnstring required

The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.

NextTokenstring

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.