RemoteNodeNetwork
- class aws_cdk.aws_eks_v2_alpha.RemoteNodeNetwork(*, cidrs)
Bases:
object(experimental) Remote network configuration for hybrid nodes.
- Parameters:
cidrs (
Sequence[str]) – (experimental) IPv4 CIDR blocks for the remote node network.- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_eks_v2_alpha as eks_v2_alpha remote_node_network = eks_v2_alpha.RemoteNodeNetwork( cidrs=["cidrs"] )
Attributes
- cidrs
(experimental) IPv4 CIDR blocks for the remote node network.
- Stability:
experimental