Class: Aws::EKS::Types::DescribeAddonConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeAddonConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_name ⇒ String
The name of the add-on.
-
#addon_version ⇒ String
The version of the add-on.
-
#configuration_schema ⇒ String
A JSON schema that’s used to validate the configuration values you provide when an add-on is created or updated.
-
#pod_identity_configuration ⇒ Array<Types::AddonPodIdentityConfiguration>
The Kubernetes service account name used by the add-on, and any suggested IAM policies.
Instance Attribute Details
#addon_name ⇒ String
The name of the add-on.
2718 2719 2720 2721 2722 2723 2724 2725 |
# File 'lib/aws-sdk-eks/types.rb', line 2718 class DescribeAddonConfigurationResponse < Struct.new( :addon_name, :addon_version, :configuration_schema, :pod_identity_configuration) SENSITIVE = [] include Aws::Structure end |
#addon_version ⇒ String
The version of the add-on. The version must match one of the versions returned by [ ‘DescribeAddonVersions` ][1].
[1]: docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html
2718 2719 2720 2721 2722 2723 2724 2725 |
# File 'lib/aws-sdk-eks/types.rb', line 2718 class DescribeAddonConfigurationResponse < Struct.new( :addon_name, :addon_version, :configuration_schema, :pod_identity_configuration) SENSITIVE = [] include Aws::Structure end |
#configuration_schema ⇒ String
A JSON schema that’s used to validate the configuration values you provide when an add-on is created or updated.
2718 2719 2720 2721 2722 2723 2724 2725 |
# File 'lib/aws-sdk-eks/types.rb', line 2718 class DescribeAddonConfigurationResponse < Struct.new( :addon_name, :addon_version, :configuration_schema, :pod_identity_configuration) SENSITIVE = [] include Aws::Structure end |
#pod_identity_configuration ⇒ Array<Types::AddonPodIdentityConfiguration>
The Kubernetes service account name used by the add-on, and any suggested IAM policies. Use this information to create an IAM Role for the add-on.
2718 2719 2720 2721 2722 2723 2724 2725 |
# File 'lib/aws-sdk-eks/types.rb', line 2718 class DescribeAddonConfigurationResponse < Struct.new( :addon_name, :addon_version, :configuration_schema, :pod_identity_configuration) SENSITIVE = [] include Aws::Structure end |