AwsElasticloadbalancingTargetGroupReferenceArgs

interface AwsElasticloadbalancingTargetGroupReferenceArgs { arn: Input<string>; }

Target group object reference used by ALB listener forward actions.

Example

CODE
const action = {
  type: 'forward',
  targetGroup,
};

Properties

arn: Input<string>

Target group ARN output exposed by the referenced target-group resource or component.