Lists custom domain associations for Amazon Redshift Serverless.
See https://www.paws-r-sdk.com/docs/redshiftserverless_list_custom_domain_associations/ for full documentation.
redshiftserverless_list_custom_domain_associations(
customDomainCertificateArn = NULL,
customDomainName = NULL,
maxResults = NULL,
nextToken = NULL
)
The custom domain name’s certificate Amazon resource name (ARN).
The custom domain name associated with the workgroup.
An optional parameter that specifies the maximum number of results to
return. You can use nextToken
to display the next page of results.
When nextToken
is returned, there are more results available. The
value of nextToken
is a unique pagination token for each page. Make
the call again using the returned token to retrieve the next page.