# AWSQS::EKS::Cluster KubernetesNetworkConfig Network configuration for Amazon EKS cluster. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "ServiceIpv4Cidr" : String }### YAML
ServiceIpv4Cidr: String## Properties #### ServiceIpv4Cidr Specify the range from which cluster services will receive IPv4 addresses. _Required_: No _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)