Class CfnClusterPropsMixin.ElasticLoadBalancingProperty
Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterPropsMixin.ElasticLoadBalancingProperty : CfnClusterPropsMixin.IElasticLoadBalancingProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.ElasticLoadBalancingProperty Implements CfnClusterPropsMixin.IElasticLoadBalancingProperty
Remarks
For example, if the capability is enabled or disabled. For more information, see EKS Auto Mode load balancing capability in the Amazon EKS User Guide .
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.Mixins.Preview.AWS.EKS.Mixins;
var elasticLoadBalancingProperty = new ElasticLoadBalancingProperty {
Enabled = false
};
Synopsis
Constructors
| ElasticLoadBalancingProperty() | Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster. |
Properties
| Enabled | Indicates if the load balancing capability is enabled on your EKS Auto Mode cluster. |
Constructors
ElasticLoadBalancingProperty()
Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster.
public ElasticLoadBalancingProperty()
Remarks
For example, if the capability is enabled or disabled. For more information, see EKS Auto Mode load balancing capability in the Amazon EKS User Guide .
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.Mixins.Preview.AWS.EKS.Mixins;
var elasticLoadBalancingProperty = new ElasticLoadBalancingProperty {
Enabled = false
};
Properties
Enabled
Indicates if the load balancing capability is enabled on your EKS Auto Mode cluster.
public object? Enabled { get; set; }
Property Value
Remarks
If the load balancing capability is enabled, EKS Auto Mode will create and delete load balancers in your AWS account.
Type union: either bool or IResolvable