Uses of Class
software.amazon.awscdk.services.eks.CfnAddon.Builder
Packages that use CfnAddon.Builder
-
Uses of CfnAddon.Builder in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return CfnAddon.BuilderModifier and TypeMethodDescriptionThe name of the add-on.CfnAddon.Builder.addonVersion
(String addonVersion) The version of the add-on.CfnAddon.Builder.clusterName
(String clusterName) The name of your cluster.CfnAddon.Builder.configurationValues
(String configurationValues) The configuration values that you provided.static CfnAddon.Builder
CfnAddon.Builder.namespaceConfig
(IResolvable namespaceConfig) The namespace configuration for the addon.CfnAddon.Builder.namespaceConfig
(CfnAddon.NamespaceConfigProperty namespaceConfig) The namespace configuration for the addon.CfnAddon.Builder.podIdentityAssociations
(List<? extends Object> podIdentityAssociations) An array of EKS Pod Identity associations owned by the add-on.CfnAddon.Builder.podIdentityAssociations
(IResolvable podIdentityAssociations) An array of EKS Pod Identity associations owned by the add-on.CfnAddon.Builder.preserveOnDelete
(Boolean preserveOnDelete) Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on.CfnAddon.Builder.preserveOnDelete
(IResolvable preserveOnDelete) Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on.CfnAddon.Builder.resolveConflicts
(String resolveConflicts) How to resolve field value conflicts for an Amazon EKS add-on.CfnAddon.Builder.serviceAccountRoleArn
(String serviceAccountRoleArn) The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's service account.The metadata that you apply to the add-on to assist with categorization and organization.