RemotePodNetwork

class aws_cdk.aws_eks_v2_alpha.RemotePodNetwork(*, cidrs)

Bases: object

(experimental) Remote network configuration for pods on hybrid nodes.

Parameters:

cidrs (Sequence[str]) – (experimental) IPv4 CIDR blocks for the remote pod 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_pod_network = eks_v2_alpha.RemotePodNetwork(
    cidrs=["cidrs"]
)

Attributes

cidrs

(experimental) IPv4 CIDR blocks for the remote pod network.

Stability:

experimental