Module Values.DisassociateCustomDomainRequestSource

Disassociate 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.

Sourcetype nonrec t = {
  1. serviceArn : AppRunnerResourceArn.t;
    (*

    The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.

    *)
  2. domainName : DomainName.t;
    (*

    The domain name that you want to disassociate from the App Runner service.

    *)
}
Sourceval context_ : string
Sourceval make : serviceArn:AppRunnerResourceArn.t -> domainName:DomainName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AppRunnerResourceArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t