Get Mail Manager Ingress Point Result
data class GetMailManagerIngressPointResult(val aRecord: String? = null, val ingressPointArn: String? = null, val ingressPointId: String? = null, val ingressPointName: String? = null, val ruleSetId: String? = null, val status: MailManagerIngressPointIngressPointStatus? = null, val statusToUpdate: MailManagerIngressPointIngressPointStatusToUpdate? = null, val tags: List<Tag>? = null, val trafficPolicyId: String? = null)
Constructors
Link copied to clipboard
constructor(aRecord: String? = null, ingressPointArn: String? = null, ingressPointId: String? = null, ingressPointName: String? = null, ruleSetId: String? = null, status: MailManagerIngressPointIngressPointStatus? = null, statusToUpdate: MailManagerIngressPointIngressPointStatusToUpdate? = null, tags: List<Tag>? = null, trafficPolicyId: String? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the ingress endpoint resource.
Link copied to clipboard
The identifier of the ingress endpoint resource.
Link copied to clipboard
A user friendly name for an ingress endpoint resource.
Link copied to clipboard
The status of the ingress endpoint resource.
Link copied to clipboard
The update status of an ingress endpoint.
Link copied to clipboard
The identifier of an existing traffic policy that you attach to an ingress endpoint resource.