

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::EKS::Cluster KubeApiServerConfig
<a name="aws-properties-eks-cluster-kubeapiserverconfig"></a>

<a name="aws-properties-eks-cluster-kubeapiserverconfig-description"></a>The `KubeApiServerConfig` property type specifies Property description not available. for an [AWS::EKS::Cluster](aws-resource-eks-cluster.md).

## Syntax
<a name="aws-properties-eks-cluster-kubeapiserverconfig-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-eks-cluster-kubeapiserverconfig-syntax.json"></a>

```
{
  "[EventTtl](#cfn-eks-cluster-kubeapiserverconfig-eventttl)" : {{String}},
  "[ServiceNodePortRange](#cfn-eks-cluster-kubeapiserverconfig-servicenodeportrange)" : {{ServiceNodePortRange}}
}
```

### YAML
<a name="aws-properties-eks-cluster-kubeapiserverconfig-syntax.yaml"></a>

```
  [EventTtl](#cfn-eks-cluster-kubeapiserverconfig-eventttl): {{String}}
  [ServiceNodePortRange](#cfn-eks-cluster-kubeapiserverconfig-servicenodeportrange): {{
    ServiceNodePortRange}}
```

## Properties
<a name="aws-properties-eks-cluster-kubeapiserverconfig-properties"></a>

`EventTtl`  <a name="cfn-eks-cluster-kubeapiserverconfig-eventttl"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ServiceNodePortRange`  <a name="cfn-eks-cluster-kubeapiserverconfig-servicenodeportrange"></a>
Property description not available.  
*Required*: No  
*Type*: [ServiceNodePortRange](aws-properties-eks-cluster-servicenodeportrange.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)