Interface TargetGroupAttachmentArgs

interface TargetGroupAttachmentArgs {
    availabilityZone?: any;
    func?: any;
    port?: any;
    targetId: Input<string>;
}

Properties

availabilityZone?: any

The Availability Zone where the IP address of the target is to be registered.

func?: any

Optional function this target group attachment targets.

port?: any

The port on which targets receive traffic.

targetId: Input<string>

The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda.

Generated using TypeDoc