interface ServiceLoadBalancerAddressOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EKS.ServiceLoadBalancerAddressOptions |
![]() | software.amazon.awscdk.services.eks.ServiceLoadBalancerAddressOptions |
![]() | aws_cdk.aws_eks.ServiceLoadBalancerAddressOptions |
![]() | @aws-cdk/aws-eks » ServiceLoadBalancerAddressOptions |
Options for fetching a ServiceLoadBalancerAddress.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as eks from '@aws-cdk/aws-eks';
import * as cdk from '@aws-cdk/core';
const serviceLoadBalancerAddressOptions: eks.ServiceLoadBalancerAddressOptions = {
namespace: 'namespace',
timeout: cdk.Duration.minutes(30),
};
Properties
Name | Type | Description |
---|---|---|
namespace? | string | The namespace the service belongs to. |
timeout? | Duration | Timeout for waiting on the load balancer address. |
namespace?
Type:
string
(optional, default: 'default')
The namespace the service belongs to.
timeout?
Type:
Duration
(optional, default: Duration.minutes(5))
Timeout for waiting on the load balancer address.