Builder

class Builder

Properties

Link copied to clipboard
var 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
var 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