Associate your own domain name with the App Runner subdomain URL of your App Runner service
Source:R/apprunner_operations.R
apprunner_associate_custom_domain.RdAssociate 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.
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,
example.com), a subdomain (for example,login.example.comoradmin.login.example.com), or a wildcard (for example,*.example.com).- EnableWWWSubdomain
Set to
trueto associate the subdomainwww.DomainNamewith the App Runner service in addition to the base domain.Default:
true