GetMailManagerIngressPointResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aRecord: String? = null

The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.

Link copied to clipboard
val ingressPointArn: String? = null

The Amazon Resource Name (ARN) of the ingress endpoint resource.

Link copied to clipboard
val ingressPointId: String? = null

The identifier of the ingress endpoint resource.

Link copied to clipboard

A user friendly name for an ingress endpoint resource.

Link copied to clipboard
val ruleSetId: String? = null

The identifier of an existing rule set that you attach to 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
val tags: List<Tag>? = null

The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Link copied to clipboard
val trafficPolicyId: String? = null

The identifier of an existing traffic policy that you attach to an ingress endpoint resource.