dnsSuffix property

String? dnsSuffix
getter/setter pair

The DNS suffix to use for the DNS record.

Must end with a dot. This should be a valid DNS domain name as per RFC 1035. Each label (between dots) can contain letters, digits, and hyphens, and must not start or end with a hyphen. Example: "my-service.example.com.", "internal."

Required.

Implementation

core.String? dnsSuffix;