Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnAddonPropsMixin.Builder
Packages that use CfnAddonPropsMixin.Builder
-
Uses of CfnAddonPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.eks
Methods in software.amazon.awscdk.cfnpropertymixins.services.eks that return CfnAddonPropsMixin.BuilderModifier and TypeMethodDescriptionThe name of the add-on.CfnAddonPropsMixin.Builder.addonVersion(String addonVersion) The version of the add-on.CfnAddonPropsMixin.Builder.clusterName(String clusterName) The name of your cluster.CfnAddonPropsMixin.Builder.configurationValues(String configurationValues) The configuration values that you provided.static CfnAddonPropsMixin.BuilderCfnAddonPropsMixin.Builder.create()static CfnAddonPropsMixin.BuilderCfnAddonPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAddonPropsMixin.Builder.namespaceConfig(CfnAddonPropsMixin.NamespaceConfigProperty namespaceConfig) The namespace configuration for the addon.CfnAddonPropsMixin.Builder.namespaceConfig(IResolvable namespaceConfig) The namespace configuration for the addon.CfnAddonPropsMixin.Builder.podIdentityAssociations(List<? extends Object> podIdentityAssociations) An array of EKS Pod Identity associations owned by the add-on.CfnAddonPropsMixin.Builder.podIdentityAssociations(IResolvable podIdentityAssociations) An array of EKS Pod Identity associations owned by the add-on.CfnAddonPropsMixin.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.CfnAddonPropsMixin.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.CfnAddonPropsMixin.Builder.resolveConflicts(String resolveConflicts) How to resolve field value conflicts for an Amazon EKS add-on.CfnAddonPropsMixin.Builder.serviceAccountRoleArn(String serviceAccountRoleArn) The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's service account.CfnAddonPropsMixin.Builder.serviceAccountRoleArn(IRoleRef 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.