AccessApplicationTargetCriteriaArgs

data class AccessApplicationTargetCriteriaArgs(val port: Output<Int>, val protocol: Output<String>, val targetAttributes: Output<Map<String, List<String>>>) : ConvertibleToJava<AccessApplicationTargetCriteriaArgs>

Constructors

Link copied to clipboard
constructor(port: Output<Int>, protocol: Output<String>, targetAttributes: Output<Map<String, List<String>>>)

Properties

Link copied to clipboard
val port: Output<Int>

The port that the targets use for the chosen communication protocol. A port cannot be assigned to multiple protocols.

Link copied to clipboard
val protocol: Output<String>

The communication protocol your application secures. Available values: "ssh".

Link copied to clipboard

Contains a map of target attribute keys to target attribute values.

Functions

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