interface RemoteNodeNetwork
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EKS.RemoteNodeNetwork |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awseks#RemoteNodeNetwork |
Java | software.amazon.awscdk.services.eks.RemoteNodeNetwork |
Python | aws_cdk.aws_eks.RemoteNodeNetwork |
TypeScript (source) | aws-cdk-lib » aws_eks » RemoteNodeNetwork |
Network configuration of nodes run on-premises with EKS Hybrid Nodes.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_eks as eks } from 'aws-cdk-lib';
const remoteNodeNetwork: eks.RemoteNodeNetwork = {
cidrs: ['cidrs'],
};
Properties
| Name | Type | Description |
|---|---|---|
| cidrs | string[] | Specifies the list of remote node CIDRs. |
cidrs
Type:
string[]
Specifies the list of remote node CIDRs.

.NET
Go
Java
Python
TypeScript (