Skip to contents

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, example.com), a subdomain (for example, login.example.com or admin.login.example.com), or a wildcard (for example, *.example.com).

EnableWWWSubdomain

Set to true to associate the subdomain www.DomainName with the App Runner service in addition to the base domain.

Default: true