aws.eks.describe_addon_configuration
Example SQL Queries
SELECT * FROMaws.eks.describe_addon_configurationWHERE"addon_name" = 'VALUE'AND "addon_version" = 'VALUE';Description
Returns configuration options.
Table Definition
| Column Name | Column Data Type |
|---|---|
| addon_name Required Input Column The name of the add-on. | VARCHAR |
| addon_version Required Input Column The version of the add-on. The version must match one of the versions returned by DescribeAddonVersions . | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| configuration_schema A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated. | VARCHAR |
| pod_identity_configuration The Kubernetes service account name used by the addon, and any suggested IAM policies. Use this information to create an IAM Role for the Addon. | STRUCT( |
Show child fields
| |