Skip to main content

AlbListenerActionFixedResponseActionSchema

When sending a fixed HTTP response to the client, this ALB Listener Action defines the payload structure used by the ALB Listener to fulfill the request.

@group

Resources/AlbListener

Index

Properties

ContentType

ContentType: string = ...

Value of the Content-Type HTTP header.

MessageBody

MessageBody: string = ...

The fixed message to be sent in the HTTP response.

StatusCode

StatusCode: number = ...

Value of the HTTP status code returned to the client.

Page Options