AwsElasticloadbalancingForwardActionArgs
interface AwsElasticloadbalancingForwardActionArgs {
order?: number;
targetGroup: AwsElasticloadbalancingTargetGroupReferenceArgs;
type: 'forward';
}Listener action input for forward actions.
Example
CODE
const action = {
type: 'forward',
targetGroup,
};Properties
order: number
Optional explicit action order.
targetGroup: AwsElasticloadbalancingTargetGroupReferenceArgs
Target group object reference.
type: 'forward'
Action type.