Values.DisassociateCustomDomainRequestSourceDisassociate a custom domain name from an App Runner service. Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.
type nonrec t = {serviceArn : AppRunnerResourceArn.t;The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.
*)domainName : DomainName.t;The domain name that you want to disassociate from the App Runner service.
*)}