MxRecordValue¶
-
class
aws_cdk.aws_route53.
MxRecordValue
(*, host_name, priority)¶ Bases:
object
Properties for a MX record value.
- Parameters
host_name (
str
) – The mail server host name.priority (
Union
[int
,float
]) – The priority.
Attributes
-
host_name
¶ The mail server host name.
- Return type
str
-
priority
¶ The priority.
- Return type
Union
[int
,float
]