interface LoadBalancerListenerContextResponse
Language | Type name |
---|---|
![]() | Amazon.CDK.CXAPI.LoadBalancerListenerContextResponse |
![]() | software.amazon.awscdk.cxapi.LoadBalancerListenerContextResponse |
![]() | aws_cdk.cx_api.LoadBalancerListenerContextResponse |
![]() | @aws-cdk/cx-api » LoadBalancerListenerContextResponse |
Properties of a discovered load balancer listener.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cx_api from '@aws-cdk/cx-api';
const loadBalancerListenerContextResponse: cx_api.LoadBalancerListenerContextResponse = {
listenerArn: 'listenerArn',
listenerPort: 123,
securityGroupIds: ['securityGroupIds'],
};
Properties
Name | Type | Description |
---|---|---|
listener | string | The ARN of the listener. |
listener | number | The port the listener is listening on. |
security | string[] | The security groups of the load balancer. |
listenerArn
Type:
string
The ARN of the listener.
listenerPort
Type:
number
The port the listener is listening on.
securityGroupIds
Type:
string[]
The security groups of the load balancer.