Class: Aws::EKS::Types::CreateEksAnywhereSubscriptionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_renewBoolean

A boolean indicating whether the subscription auto renews at the end of the term.

Returns:

  • (Boolean)


1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-eks/types.rb', line 1736

class CreateEksAnywhereSubscriptionRequest < Struct.new(
  :name,
  :term,
  :license_quantity,
  :license_type,
  :auto_renew,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-eks/types.rb', line 1736

class CreateEksAnywhereSubscriptionRequest < Struct.new(
  :name,
  :term,
  :license_quantity,
  :license_type,
  :auto_renew,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#license_quantityInteger

The number of licenses to purchase with the subscription. Valid values are between 1 and 100. This value can’t be changed after creating the subscription.

Returns:

  • (Integer)


1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-eks/types.rb', line 1736

class CreateEksAnywhereSubscriptionRequest < Struct.new(
  :name,
  :term,
  :license_quantity,
  :license_type,
  :auto_renew,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#license_typeString

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

Returns:

  • (String)


1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-eks/types.rb', line 1736

class CreateEksAnywhereSubscriptionRequest < Struct.new(
  :name,
  :term,
  :license_quantity,
  :license_type,
  :auto_renew,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The unique name for your subscription. It must be unique in your Amazon Web Services account in the Amazon Web Services Region you’re creating the subscription in. The name can contain only alphanumeric characters (case-sensitive), hyphens, and underscores. It must start with an alphabetic character and can’t be longer than 100 characters.

Returns:

  • (String)


1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-eks/types.rb', line 1736

class CreateEksAnywhereSubscriptionRequest < Struct.new(
  :name,
  :term,
  :license_quantity,
  :license_type,
  :auto_renew,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-eks/types.rb', line 1736

class CreateEksAnywhereSubscriptionRequest < Struct.new(
  :name,
  :term,
  :license_quantity,
  :license_type,
  :auto_renew,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#termTypes::EksAnywhereSubscriptionTerm

An object representing the term duration and term unit type of your subscription. This determines the term length of your subscription. Valid values are MONTHS for term unit and 12 or 36 for term duration, indicating a 12 month or 36 month subscription. This value cannot be changed after creating the subscription.



1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-eks/types.rb', line 1736

class CreateEksAnywhereSubscriptionRequest < Struct.new(
  :name,
  :term,
  :license_quantity,
  :license_type,
  :auto_renew,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end