Show / Hide Table of Contents

Class CfnClusterPropsMixin.ElasticLoadBalancingProperty

Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster.

Inheritance
object
CfnClusterPropsMixin.ElasticLoadBalancingProperty
Implements
CfnClusterPropsMixin.IElasticLoadBalancingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-elasticloadbalancing.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-elasticloadbalancing.html

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

object

Remarks

If the load balancing capability is enabled, EKS Auto Mode will create and delete load balancers in your AWS account.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-elasticloadbalancing.html#cfn-eks-cluster-elasticloadbalancing-enabled

Type union: either bool or IResolvable

Implements

CfnClusterPropsMixin.IElasticLoadBalancingProperty
Back to top Generated by DocFX