Class: Aws::EKS::Types::DescribeAddonConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addon_nameString

The name of the add-on.

Returns:

  • (String)


2204
2205
2206
2207
2208
2209
2210
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2204

class DescribeAddonConfigurationResponse < Struct.new(
  :addon_name,
  :addon_version,
  :configuration_schema)
  SENSITIVE = []
  include Aws::Structure
end

#addon_versionString

The version of the add-on. The version must match one of the versions returned by DescribeAddonVersions .

Returns:

  • (String)


2204
2205
2206
2207
2208
2209
2210
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2204

class DescribeAddonConfigurationResponse < Struct.new(
  :addon_name,
  :addon_version,
  :configuration_schema)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_schemaString

A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.

Returns:

  • (String)


2204
2205
2206
2207
2208
2209
2210
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2204

class DescribeAddonConfigurationResponse < Struct.new(
  :addon_name,
  :addon_version,
  :configuration_schema)
  SENSITIVE = []
  include Aws::Structure
end