apprunner_associate_custom_domain {paws.compute} | R Documentation |
Associate your own domain name with the App Runner subdomain URL of your App Runner service
Description
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
See https://www.paws-r-sdk.com/docs/apprunner_associate_custom_domain/ for full documentation.
Usage
apprunner_associate_custom_domain(
ServiceArn,
DomainName,
EnableWWWSubdomain = NULL
)
Arguments
ServiceArn |
[required] The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with. |
DomainName |
[required] A custom domain endpoint to associate. Specify a root domain (for
example, |
EnableWWWSubdomain |
Set to Default: |
[Package paws.compute version 0.9.0 Index]