You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_annotations"></a> [annotations](#input\_annotations)| A map of annotations to add to all Kubernetes resources |`map(string)`|`{}`| no |
106
112
| <aname="input_cloudwatch_log_group_arn"></a> [cloudwatch\_log\_group\_arn](#input\_cloudwatch\_log\_group\_arn)| ARN of the log group to use for the cluster logs |`string`|`"arn:aws:logs:*:*:*"`| no |
113
+
| <aname="input_cloudwatch_log_group_class"></a> [cloudwatch\_log\_group\_class](#input\_cloudwatch\_log\_group\_class)| Specified the log class of the log group. Possible values are: `STANDARD` or `INFREQUENT_ACCESS`|`string`|`null`| no |
107
114
| <aname="input_cloudwatch_log_group_kms_key_id"></a> [cloudwatch\_log\_group\_kms\_key\_id](#input\_cloudwatch\_log\_group\_kms\_key\_id)| If a KMS Key ARN is set, this key will be used to encrypt the corresponding log group. Please be sure that the KMS Key has an appropriate key policy (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/encrypt-log-data-kms.html)|`string`|`null`| no |
108
115
| <aname="input_cloudwatch_log_group_name"></a> [cloudwatch\_log\_group\_name](#input\_cloudwatch\_log\_group\_name)| The name of the log group. If a name is not provided, the default name format used is: `/emr-on-eks-logs/emr-workload/<NAMESPACE>`|`string`|`null`| no |
109
116
| <aname="input_cloudwatch_log_group_retention_in_days"></a> [cloudwatch\_log\_group\_retention\_in\_days](#input\_cloudwatch\_log\_group\_retention\_in\_days)| Number of days to retain log events. Default retention - 7 days |`number`|`7`| no |
@@ -114,7 +121,8 @@ No modules.
114
121
| <aname="input_create_iam_role"></a> [create\_iam\_role](#input\_create\_iam\_role)| Determines whether an IAM role is created for EMR on EKS job execution role |`bool`|`true`| no |
115
122
| <aname="input_create_kubernetes_role"></a> [create\_kubernetes\_role](#input\_create\_kubernetes\_role)| Determines whether a Kubernetes role is created for EMR on EKS |`bool`|`true`| no |
116
123
| <aname="input_create_namespace"></a> [create\_namespace](#input\_create\_namespace)| Determines whether a Kubernetes namespace is created for EMR on EKS |`bool`|`true`| no |
117
-
| <aname="input_eks_cluster_id"></a> [eks\_cluster\_id](#input\_eks\_cluster\_id)| EKS cluster ID |`string`|`""`| no |
124
+
| <aname="input_eks_cluster_name"></a> [eks\_cluster\_name](#input\_eks\_cluster\_name)| EKS cluster name |`string`|`""`| no |
125
+
| <aname="input_eks_oidc_provider_arn"></a> [eks\_oidc\_provider\_arn](#input\_eks\_oidc\_provider\_arn)| OIDC provider ARN for the EKS cluster |`string`|`""`| no |
118
126
| <aname="input_iam_role_additional_policies"></a> [iam\_role\_additional\_policies](#input\_iam\_role\_additional\_policies)| Additional policies to be added to the job execution IAM role |`any`|`{}`| no |
119
127
| <aname="input_iam_role_description"></a> [iam\_role\_description](#input\_iam\_role\_description)| Description of the job execution role |`string`|`null`| no |
120
128
| <aname="input_iam_role_path"></a> [iam\_role\_path](#input\_iam\_role\_path)| Job execution IAM role path |`string`|`null`| no |
@@ -123,7 +131,7 @@ No modules.
123
131
| <aname="input_labels"></a> [labels](#input\_labels)| A map of labels to add to all Kubernetes resources |`map(string)`|`{}`| no |
124
132
| <aname="input_name"></a> [name](#input\_name)| Name of the EMR on EKS virtual cluster |`string`|`""`| no |
125
133
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Kubernetes namespace for EMR on EKS |`string`|`"emr-containers"`| no |
126
-
| <aname="input_oidc_provider_arn"></a> [oidc\_provider\_arn](#input\_oidc\_provider\_arn)|OIDC provider ARN for the EKS cluster |`string`|`""`| no |
134
+
| <aname="input_region"></a> [region](#input\_region)|Region where the resource(s) will be managed. Defaults to the Region set in the provider configuration |`string`|`null`| no |
127
135
| <aname="input_role_name"></a> [role\_name](#input\_role\_name)| Name to use on IAM role created for EMR on EKS job execution role as well as Kubernetes RBAC role |`string`|`null`| no |
128
136
| <aname="input_s3_bucket_arns"></a> [s3\_bucket\_arns](#input\_s3\_bucket\_arns)| S3 bucket ARNs for EMR on EKS job execution role to list, get objects, and put objects |`list(string)`|`[]`| no |
129
137
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
0 commit comments