ALBDnsSrvRdata (schema)

DnsSrvRdata

Advanced load balancer DnsSrvRdata object
Name Description Type Notes
port Port

Service port.
Allowed values are 0-65535.
integer Required
Minimum: 0
Maximum: 65535
priority Priority

Priority of the target hosting the service, low value
implies higher priority for this service record.
Allowed values are 0-65535.
Default value when not specified in API or module is
interpreted by ALB Controller as 0.
integer Minimum: 0
Maximum: 65535
Default: "0"
target Target

Canonical hostname, of the machine hosting the service,
with no trailing period.
'default.host' is valid but not 'default.host.'.
Default value when not specified in API or module is
interpreted by ALB Controller as default.host.
string Default: "default.host"
weight Weight

Relative weight for service records with same priority,
high value implies higher preference for this service
record.
Allowed values are 0-65535.
Default value when not specified in API or module is
interpreted by ALB Controller as 0.
integer Minimum: 0
Maximum: 65535
Default: "0"