Describe Addon Configuration
eks_describe_addon_configuration | R Documentation |
Returns configuration options¶
Description¶
Returns configuration options.
Usage¶
Arguments¶
addonName
[required] The name of the add-on. The name must match one of the names returned by
describe_addon_versions
.addonVersion
[required] The version of the add-on. The version must match one of the versions returned by
describe_addon_versions
.
Value¶
A list with the following syntax:
list(
addonName = "string",
addonVersion = "string",
configurationSchema = "string",
podIdentityConfiguration = list(
list(
serviceAccount = "string",
recommendedManagedPolicies = list(
"string"
)
)
)
)