Endpoint

class Endpoint

This entity represents the endpoint that is managed by Amazon EMR on EKS.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the endpoint.

Link copied to clipboard

The certificate ARN of the endpoint. This field is under deprecation and will be removed in future.

Link copied to clipboard

The certificate generated by emr control plane on customer behalf to secure the managed endpoint.

Link copied to clipboard

The configuration settings that are used to override existing configurations for endpoints.

Link copied to clipboard

The date and time when the endpoint was created.

Link copied to clipboard

The execution role ARN of the endpoint.

Link copied to clipboard

The reasons why the endpoint has failed.

Link copied to clipboard
val id: String?

The ID of the endpoint.

Link copied to clipboard
val name: String?

The name of the endpoint.

Link copied to clipboard

The EMR release version to be used for the endpoint.

Link copied to clipboard

The security group configuration of the endpoint.

Link copied to clipboard

The server URL of the endpoint.

Link copied to clipboard

The state of the endpoint.

Link copied to clipboard

Additional details of the endpoint state.

Link copied to clipboard

The subnet IDs of the endpoint.

Link copied to clipboard

The tags of the endpoint.

Link copied to clipboard
val type: String?

The type of the endpoint.

Link copied to clipboard

The ID of the endpoint's virtual cluster.

Functions

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