CustomizationsConfig / AppConfigItem / ApplicationLoadBalancerConfig / ApplicationLoadBalancerListenerConfig / AlbListenerFixedResponseConfig
Application load balancer listener fixed response config It returns a custom HTTP response. Applicable only when type under listener is fixed-response.
type
fixed-response
https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_FixedResponseActionConfig.html
fixedResponseConfig: statusCode: '200' contentType: text/plain messageBody: 'Hello World'
The message to send back.
The HTTP response code (2XX, 4XX, or 5XX).
The content type. Valid Values: text/plain | text/css | text/html | application/javascript | application/json
Generated using TypeDoc
CustomizationsConfig / AppConfigItem / ApplicationLoadBalancerConfig / ApplicationLoadBalancerListenerConfig / AlbListenerFixedResponseConfig
Application load balancer listener fixed response config It returns a custom HTTP response. Applicable only when
type
under listener isfixed-response
.https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_FixedResponseActionConfig.html