AwsElasticloadbalancingFixedResponseActionArgs

interface AwsElasticloadbalancingFixedResponseActionArgs { fixedResponse: Input<ListenerDefaultActionFixedResponse>; order?: number; type: 'fixed-response'; }

Listener action input for fixed responses.


Properties

fixedResponse: Input<ListenerDefaultActionFixedResponse>

Fixed response configuration.

order: number

Optional explicit action order.

type: 'fixed-response'

Action type.