Proxy

class Proxy

Proxy attached to a NAT gateway.

Types

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

Properties

Link copied to clipboard

Time the Proxy was created.

Link copied to clipboard

Time the Proxy was deleted.

Link copied to clipboard

Failure code for cases when the Proxy fails to attach or update.

Link copied to clipboard

Failure message for cases when the Proxy fails to attach or update.

Link copied to clipboard

Listener properties for HTTP and HTTPS traffic.

Link copied to clipboard

The NAT Gateway for the proxy.

Link copied to clipboard

The Amazon Resource Name (ARN) of a proxy.

Link copied to clipboard

The Amazon Resource Name (ARN) of a proxy configuration.

Link copied to clipboard

The descriptive name of the proxy configuration. You can't change the name of a proxy configuration after you create it.

Link copied to clipboard

Current modification status of the Proxy.

Link copied to clipboard

The descriptive name of the proxy. You can't change the name of a proxy after you create it.

Link copied to clipboard

Current attachment/detachment status of the Proxy.

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

The key:value pairs to associate with the resource.

Link copied to clipboard

TLS decryption on traffic to filter on attributes in the HTTP header.

Link copied to clipboard

Time the Proxy was updated.

Functions

Link copied to clipboard
inline fun copy(block: Proxy.Builder.() -> Unit = {}): Proxy
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