Class CfnClusterPropsMixin.NetworkingProperty
The networking configuration for the cluster's control plane.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.PCS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnClusterPropsMixin.NetworkingProperty : CfnClusterPropsMixin.INetworkingProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.NetworkingProperty Implements CfnClusterPropsMixin.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.CfnPropertyMixins.AWS.PCS;
var networkingProperty = new NetworkingProperty {
NetworkType = "networkType",
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" }
};
Synopsis
Constructors
| NetworkingProperty() | The networking configuration for the cluster's control plane. |
Properties
| NetworkType | The IP address version the cluster uses. |
| SecurityGroupIds | The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets. |
| SubnetIds | The ID of the subnet where AWS PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and AWS PCS resources. |
Constructors
NetworkingProperty()
The networking configuration for the cluster's control plane.
public NetworkingProperty()
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.CfnPropertyMixins.AWS.PCS;
var networkingProperty = new NetworkingProperty {
NetworkType = "networkType",
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" }
};
Properties
NetworkType
The IP address version the cluster uses.
public string? NetworkType { get; set; }
Property Value
Remarks
SecurityGroupIds
The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
public string[]? SecurityGroupIds { get; set; }
Property Value
string[]
Remarks
The following rules are required:
SubnetIds
The ID of the subnet where AWS PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and AWS PCS resources.
public string[]? SubnetIds { get; set; }
Property Value
string[]
Remarks
The subnet must have an available IP address, cannot reside in AWS Outposts , AWS Wavelength , or an AWS Local Zone.
Example: subnet-abcd1234