MailManagerIngressPointArgs

data class MailManagerIngressPointArgs(val ingressPointConfiguration: Output<Either<MailManagerIngressPointIngressPointConfiguration0PropertiesArgs, MailManagerIngressPointIngressPointConfiguration1PropertiesArgs>>? = null, val ingressPointName: Output<String>? = null, val ruleSetId: Output<String>? = null, val statusToUpdate: Output<MailManagerIngressPointIngressPointStatusToUpdate>? = null, val tags: Output<List<TagArgs>>? = null, val trafficPolicyId: Output<String>? = null, val type: Output<MailManagerIngressPointIngressPointType>? = null) : ConvertibleToJava<MailManagerIngressPointArgs>

Definition of AWS::SES::MailManagerIngressPoint Resource Type

Constructors

Link copied to clipboard
constructor(ingressPointConfiguration: Output<Either<MailManagerIngressPointIngressPointConfiguration0PropertiesArgs, MailManagerIngressPointIngressPointConfiguration1PropertiesArgs>>? = null, ingressPointName: Output<String>? = null, ruleSetId: Output<String>? = null, statusToUpdate: Output<MailManagerIngressPointIngressPointStatusToUpdate>? = null, tags: Output<List<TagArgs>>? = null, trafficPolicyId: Output<String>? = null, type: Output<MailManagerIngressPointIngressPointType>? = null)

Properties

Link copied to clipboard
val ingressPointName: Output<String>? = null

A user friendly name for an ingress endpoint resource.

Link copied to clipboard
val ruleSetId: Output<String>? = null

The identifier of an existing rule set that you attach to an ingress endpoint resource.

Link copied to clipboard

The update status of an ingress endpoint.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = 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: Output<String>? = null

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

Link copied to clipboard

The type of the ingress endpoint to create.

Functions

Link copied to clipboard
open override fun toJava(): MailManagerIngressPointArgs