apprunner_disassociate_custom_domain {paws.compute} | R Documentation |
Disassociate a custom domain name from an App Runner service
Description
Disassociate a custom domain name from an App Runner service.
See https://www.paws-r-sdk.com/docs/apprunner_disassociate_custom_domain/ for full documentation.
Usage
apprunner_disassociate_custom_domain(ServiceArn, DomainName)
Arguments
ServiceArn |
[required] The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from. |
DomainName |
[required] The domain name that you want to disassociate from the App Runner service. |
[Package paws.compute version 0.7.0 Index]