TrafficSourceAttachmentTrafficSourceArgs

data class TrafficSourceAttachmentTrafficSourceArgs(val identifier: Output<String>, val type: Output<String>) : ConvertibleToJava<TrafficSourceAttachmentTrafficSourceArgs>

Constructors

Link copied to clipboard
constructor(identifier: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val identifier: Output<String>

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
val type: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): TrafficSourceAttachmentTrafficSourceArgs