ListenerArgs

data class ListenerArgs(val alpnPolicy: Output<List<String>>? = null, val certificates: Output<List<ListenerCertificateArgs>>? = null, val defaultActions: Output<List<ListenerActionArgs>>? = null, val loadBalancerArn: Output<String>? = null, val port: Output<Int>? = null, val protocol: Output<String>? = null, val sslPolicy: Output<String>? = null) : ConvertibleToJava<ListenerArgs>

Resource Type definition for AWS::ElasticLoadBalancingV2::Listener

Constructors

Link copied to clipboard
fun ListenerArgs(alpnPolicy: Output<List<String>>? = null, certificates: Output<List<ListenerCertificateArgs>>? = null, defaultActions: Output<List<ListenerActionArgs>>? = null, loadBalancerArn: Output<String>? = null, port: Output<Int>? = null, protocol: Output<String>? = null, sslPolicy: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val alpnPolicy: Output<List<String>>? = null
Link copied to clipboard
Link copied to clipboard
val defaultActions: Output<List<ListenerActionArgs>>? = null
Link copied to clipboard
val loadBalancerArn: Output<String>? = null
Link copied to clipboard
val port: Output<Int>? = null
Link copied to clipboard
val protocol: Output<String>? = null
Link copied to clipboard
val sslPolicy: Output<String>? = null