RemotePodNetwork
- class aws_cdk.aws_eks.RemotePodNetwork(*, cidrs)
Bases:
object
Network configuration of pods run on-premises with EKS Hybrid Nodes.
- Parameters:
cidrs (
Sequence
[str
]) – Specifies the list of remote pod CIDRs.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_eks as eks remote_pod_network = eks.RemotePodNetwork( cidrs=["cidrs"] )
Attributes
- cidrs
Specifies the list of remote pod CIDRs.