class Aws::AppRunner::Types::AssociateCustomDomainRequest
@note When making an API call, you may pass AssociateCustomDomainRequest
data as a hash: { service_arn: "AppRunnerResourceArn", # required domain_name: "DomainName", # required enable_www_subdomain: false, }
@!attribute [rw] service_arn
The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with. @return [String]
@!attribute [rw] domain_name
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`). @return [String]
@!attribute [rw] enable_www_subdomain
Set to `true` to associate the subdomain `www.DomainName ` with the App Runner service in addition to the base domain. Default: `true` @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/AssociateCustomDomainRequest AWS API Documentation
Constants
- SENSITIVE