Interface CfnCluster.INetworkingProperty
TThe networking configuration for the cluster's control plane.
Namespace: Amazon.CDK.AwsPcs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface INetworkingProperty
Syntax (vb)
Public Interface INetworkingProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_pcs;
var networkingProperty = new NetworkingProperty {
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" }
};
Synopsis
Properties
Security |
The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets. |
Subnet |
The list of subnet IDs where AWS PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and AWS PCS resources. |
Properties
SecurityGroupIds
The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
virtual string[] SecurityGroupIds { get; }
Property Value
System.
Remarks
SubnetIds
The list of subnet IDs where AWS PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and AWS PCS resources.
virtual string[] SubnetIds { get; }
Property Value
System.
Remarks
The subnet must have an available IP address, cannot reside in AWS Outposts, AWS Wavelength, or an AWS Local Zone. AWS PCS currently supports only 1 subnet in this list.