aws::load-balancer-target

Example

aws::load-balancer-target target
    id: "i-5543455454435"
    port: 81
    target-group: $(aws::load-balancer-target-group tg-example)
end

Attributes

Attribute Description
availability-zone The availability zone from where the target receives traffic.
id The ID of the target. (Required)
port The port on which the target is listening. (Required)
target-group The target group that the target is associated with. (Required)