Class AssociateCustomDomainRequest

    • Method Detail

      • serviceArn

        public final String serviceArn()

        The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.

        Returns:
        The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.
      • domainName

        public final String domainName()

        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).

        Returns:
        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

        public final Boolean enableWWWSubdomain()

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

        Default: true

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

        Default: true

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object