AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.eks.Addon
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource Schema for AWS::EKS::Addon
Create Addon Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Addon(name: string, args: AddonArgs, opts?: CustomResourceOptions);
@overload
def Addon(resource_name: str,
args: AddonArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Addon(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_name: Optional[str] = None,
addon_name: Optional[str] = None,
addon_version: Optional[str] = None,
configuration_values: Optional[str] = None,
pod_identity_associations: Optional[Sequence[AddonPodIdentityAssociationArgs]] = None,
preserve_on_delete: Optional[bool] = None,
resolve_conflicts: Optional[AddonResolveConflicts] = None,
service_account_role_arn: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewAddon(ctx *Context, name string, args AddonArgs, opts ...ResourceOption) (*Addon, error)
public Addon(string name, AddonArgs args, CustomResourceOptions? opts = null)
type: aws-native:eks:Addon
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AddonArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AddonArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AddonArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AddonArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AddonArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Addon Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Addon resource accepts the following input properties:
- Cluster
Name string - Name of Cluster
- Addon
Name string - Name of Addon
- Addon
Version string - Version of Addon
- Configuration
Values string - The configuration values to use with the add-on
- Pod
Identity List<Pulumi.Associations Aws Native. Eks. Inputs. Addon Pod Identity Association> - An array of pod identities to apply to this add-on.
- Preserve
On boolDelete - PreserveOnDelete parameter value
- Resolve
Conflicts Pulumi.Aws Native. Eks. Addon Resolve Conflicts - Resolve parameter value conflicts
- Service
Account stringRole Arn - IAM role to bind to the add-on's service account
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Cluster
Name string - Name of Cluster
- Addon
Name string - Name of Addon
- Addon
Version string - Version of Addon
- Configuration
Values string - The configuration values to use with the add-on
- Pod
Identity []AddonAssociations Pod Identity Association Args - An array of pod identities to apply to this add-on.
- Preserve
On boolDelete - PreserveOnDelete parameter value
- Resolve
Conflicts AddonResolve Conflicts - Resolve parameter value conflicts
- Service
Account stringRole Arn - IAM role to bind to the add-on's service account
- Tag
Args - An array of key-value pairs to apply to this resource.
- cluster
Name String - Name of Cluster
- addon
Name String - Name of Addon
- addon
Version String - Version of Addon
- configuration
Values String - The configuration values to use with the add-on
- pod
Identity List<AddonAssociations Pod Identity Association> - An array of pod identities to apply to this add-on.
- preserve
On BooleanDelete - PreserveOnDelete parameter value
- resolve
Conflicts AddonResolve Conflicts - Resolve parameter value conflicts
- service
Account StringRole Arn - IAM role to bind to the add-on's service account
- List<Tag>
- An array of key-value pairs to apply to this resource.
- cluster
Name string - Name of Cluster
- addon
Name string - Name of Addon
- addon
Version string - Version of Addon
- configuration
Values string - The configuration values to use with the add-on
- pod
Identity AddonAssociations Pod Identity Association[] - An array of pod identities to apply to this add-on.
- preserve
On booleanDelete - PreserveOnDelete parameter value
- resolve
Conflicts AddonResolve Conflicts - Resolve parameter value conflicts
- service
Account stringRole Arn - IAM role to bind to the add-on's service account
- Tag[]
- An array of key-value pairs to apply to this resource.
- cluster_
name str - Name of Cluster
- addon_
name str - Name of Addon
- addon_
version str - Version of Addon
- configuration_
values str - The configuration values to use with the add-on
- pod_
identity_ Sequence[Addonassociations Pod Identity Association Args] - An array of pod identities to apply to this add-on.
- preserve_
on_ booldelete - PreserveOnDelete parameter value
- resolve_
conflicts AddonResolve Conflicts - Resolve parameter value conflicts
- service_
account_ strrole_ arn - IAM role to bind to the add-on's service account
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- cluster
Name String - Name of Cluster
- addon
Name String - Name of Addon
- addon
Version String - Version of Addon
- configuration
Values String - The configuration values to use with the add-on
- pod
Identity List<Property Map>Associations - An array of pod identities to apply to this add-on.
- preserve
On BooleanDelete - PreserveOnDelete parameter value
- resolve
Conflicts "NONE" | "OVERWRITE" | "PRESERVE" - Resolve parameter value conflicts
- service
Account StringRole Arn - IAM role to bind to the add-on's service account
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Addon resource produces the following output properties:
Supporting Types
AddonPodIdentityAssociation, AddonPodIdentityAssociationArgs
- Role
Arn string - The IAM role ARN that the pod identity association is created for.
- Service
Account string - The Kubernetes service account that the pod identity association is created for.
- Role
Arn string - The IAM role ARN that the pod identity association is created for.
- Service
Account string - The Kubernetes service account that the pod identity association is created for.
- role
Arn String - The IAM role ARN that the pod identity association is created for.
- service
Account String - The Kubernetes service account that the pod identity association is created for.
- role
Arn string - The IAM role ARN that the pod identity association is created for.
- service
Account string - The Kubernetes service account that the pod identity association is created for.
- role_
arn str - The IAM role ARN that the pod identity association is created for.
- service_
account str - The Kubernetes service account that the pod identity association is created for.
- role
Arn String - The IAM role ARN that the pod identity association is created for.
- service
Account String - The Kubernetes service account that the pod identity association is created for.
AddonResolveConflicts, AddonResolveConflictsArgs
- None
- NONE
- Overwrite
- OVERWRITE
- Preserve
- PRESERVE
- Addon
Resolve Conflicts None - NONE
- Addon
Resolve Conflicts Overwrite - OVERWRITE
- Addon
Resolve Conflicts Preserve - PRESERVE
- None
- NONE
- Overwrite
- OVERWRITE
- Preserve
- PRESERVE
- None
- NONE
- Overwrite
- OVERWRITE
- Preserve
- PRESERVE
- NONE
- NONE
- OVERWRITE
- OVERWRITE
- PRESERVE
- PRESERVE
- "NONE"
- NONE
- "OVERWRITE"
- OVERWRITE
- "PRESERVE"
- PRESERVE
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi