EksAnywhereSubscription

An EKS Anywhere subscription authorizing the customer to support for licensed clusters and access to EKS Anywhere Curated Packages.

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) for the subscription.

Link copied to clipboard

A boolean indicating whether or not a subscription will auto renew when it expires.

Link copied to clipboard

The Unix timestamp in seconds for when the subscription was created.

Link copied to clipboard

The Unix timestamp in seconds for when the subscription is effective.

Link copied to clipboard

The Unix timestamp in seconds for when the subscription will expire or auto renew, depending on the auto renew configuration of the subscription object.

Link copied to clipboard
val id: String?

UUID identifying a subscription.

Link copied to clipboard

Amazon Web Services License Manager ARN associated with the subscription.

Link copied to clipboard

The number of licenses included in a subscription. Valid values are between 1 and 100.

Link copied to clipboard

Includes all of the claims in the license token necessary to validate the license for extended support.

Link copied to clipboard

The type of licenses included in the subscription. Valid value is CLUSTER. With the CLUSTER license type, each license covers support for a single EKS Anywhere cluster.

Link copied to clipboard

The status of a subscription.

Link copied to clipboard

The metadata for a subscription to assist with categorization and organization. Each tag consists of a key and an optional value. Subscription tags do not propagate to any other resources associated with the subscription.

Link copied to clipboard

An EksAnywhereSubscriptionTerm object.

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