pub struct KubernetesNetworkConfig {
pub service_ipv4_cidr: Option<Value<String>>,
}Expand description
The AWS::EKS::Cluster.KubernetesNetworkConfig property type.
Fields§
§service_ipv4_cidr: Option<Value<String>>Property ServiceIpv4Cidr.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for KubernetesNetworkConfig
impl Debug for KubernetesNetworkConfig
Source§impl Default for KubernetesNetworkConfig
impl Default for KubernetesNetworkConfig
Source§fn default() -> KubernetesNetworkConfig
fn default() -> KubernetesNetworkConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KubernetesNetworkConfig
impl RefUnwindSafe for KubernetesNetworkConfig
impl Send for KubernetesNetworkConfig
impl Sync for KubernetesNetworkConfig
impl Unpin for KubernetesNetworkConfig
impl UnwindSafe for KubernetesNetworkConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more