ProxyMetadata

High-level information about a proxy, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a proxy. You can retrieve all objects for a proxy by calling DescribeProxy.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of a proxy.

Link copied to clipboard
val name: String?

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

Functions

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