Mail Manager Ingress Point Args
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 ingressPointConfiguration: Output<Either<MailManagerIngressPointIngressPointConfiguration0PropertiesArgs, MailManagerIngressPointIngressPointConfiguration1PropertiesArgs>>? = null
The configuration of the ingress endpoint resource.
Link copied to clipboard
A user friendly name for an 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.
Link copied to clipboard
The type of the ingress endpoint to create.