Addon Args
data class AddonArgs(val addonName: Output<String>? = null, val addonVersion: Output<String>? = null, val clusterName: Output<String>? = null, val configurationValues: Output<String>? = null, val podIdentityAssociations: Output<List<AddonPodIdentityAssociationArgs>>? = null, val preserveOnDelete: Output<Boolean>? = null, val resolveConflicts: Output<AddonResolveConflicts>? = null, val serviceAccountRoleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<AddonArgs>
Resource Schema for AWS::EKS::Addon
Constructors
Link copied to clipboard
constructor(addonName: Output<String>? = null, addonVersion: Output<String>? = null, clusterName: Output<String>? = null, configurationValues: Output<String>? = null, podIdentityAssociations: Output<List<AddonPodIdentityAssociationArgs>>? = null, preserveOnDelete: Output<Boolean>? = null, resolveConflicts: Output<AddonResolveConflicts>? = null, serviceAccountRoleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
Version of Addon
Link copied to clipboard
Name of Cluster
Link copied to clipboard
The configuration values to use with the add-on
Link copied to clipboard
An array of pod identities to apply to this add-on.
Link copied to clipboard
PreserveOnDelete parameter value
Link copied to clipboard
Resolve parameter value conflicts
Link copied to clipboard
IAM role to bind to the add-on's service account