Resource Schema for AWS::EKS::Addon
addon_name
(String) Name of Addoncluster_name
(String) Name of Clusteraddon_version
(String) Version of Addonconfiguration_values
(String) The configuration values to use with the add-onpreserve_on_delete
(Boolean) PreserveOnDelete parameter valueresolve_conflicts
(String) Resolve parameter value conflictsservice_account_role_arn
(String) IAM role to bind to the add-on's service accounttags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)arn
(String) Amazon Resource Name (ARN) of the add-onid
(String) Uniquely identifies the resource.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_eks_addon.example <resource ID>