publicDomainNames property

Map<String, List<String>>? publicDomainNames
final

The public domain name of the container service, such as example.com and www.example.com.

You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.

If you don't specify public domain names, then you can use the default domain of the container service. See CreateContainerService or UpdateContainerService for information about how to specify public domain names for your Lightsail container service.

Implementation

final Map<String, List<String>>? publicDomainNames;