AutoScalingGroupTrafficSourceIdentifierArgs

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

Identifying information for a traffic source.

Constructors

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. For example:

Link copied to clipboard
val type: Output<String>

Provides additional context for the value of `Identifier`. The following lists the valid values:

Functions

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