Traffic Source Attachment Traffic Source Args
data class TrafficSourceAttachmentTrafficSourceArgs(val identifier: Output<String>, val type: Output<String>) : ConvertibleToJava<TrafficSourceAttachmentTrafficSourceArgs>
Properties
Link copied to clipboard
Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.
Link copied to clipboard
Provides additional context for the value of identifier
. The following lists the valid values: elb
if identifier
is the name of a Classic Load Balancer. elbv2
if identifier
is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group. vpc-lattice
if identifier
is the ARN of a VPC Lattice target group.