CreateIngressPointRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique token that Amazon SES uses to recognize subsequent retries of the same request.

Link copied to clipboard

If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.

Link copied to clipboard

A user friendly name for an ingress endpoint resource.

Link copied to clipboard

Specifies the network configuration for the ingress point. This allows you to create an IPv4-only, Dual-Stack, or PrivateLink type of ingress point. If not specified, the default network type is IPv4-only.

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

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

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String