Class IngressLoadBalancerAddressOptions
(experimental) Options for fetching an IngressLoadBalancerAddress.
Inheritance
Namespace: Amazon.CDK.AWS.Eks.V2.Alpha
Assembly: Amazon.CDK.AWS.Eks.V2.Alpha.dll
Syntax (csharp)
public class IngressLoadBalancerAddressOptions : Object, IIngressLoadBalancerAddressOptions, IServiceLoadBalancerAddressOptions
Syntax (vb)
Public Class IngressLoadBalancerAddressOptions
Inherits Object
Implements IIngressLoadBalancerAddressOptions, IServiceLoadBalancerAddressOptions
Remarks
Stability: Experimental
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.Eks.V2.Alpha;
using Amazon.CDK;
var ingressLoadBalancerAddressOptions = new IngressLoadBalancerAddressOptions {
Namespace = "namespace",
Timeout = Duration.Minutes(30)
};
Synopsis
Constructors
Ingress |
Properties
Namespace | (experimental) The namespace the service belongs to. |
Timeout | (experimental) Timeout for waiting on the load balancer address. |
Constructors
IngressLoadBalancerAddressOptions()
public IngressLoadBalancerAddressOptions()
Properties
Namespace
(experimental) The namespace the service belongs to.
public string Namespace { get; set; }
Property Value
System.
Remarks
Default: 'default'
Stability: Experimental
Timeout
(experimental) Timeout for waiting on the load balancer address.
public Duration Timeout { get; set; }
Property Value
Remarks
Default: Duration.minutes(5)
Stability: Experimental