HeaderArgs

data class HeaderArgs(val destination: Output<String>? = null, val destinationPort: Output<String>? = null, val direction: Output<Either<String, HeaderDirection>>? = null, val protocol: Output<Either<String, HeaderProtocol>>? = null, val source: Output<String>? = null, val sourcePort: Output<String>? = null) : ConvertibleToJava<HeaderArgs>

Definition of Header

Constructors

Link copied to clipboard
constructor(destination: Output<String>? = null, destinationPort: Output<String>? = null, direction: Output<Either<String, HeaderDirection>>? = null, protocol: Output<Either<String, HeaderProtocol>>? = null, source: Output<String>? = null, sourcePort: Output<String>? = null)

Properties

Link copied to clipboard
val destination: Output<String>? = null

Property destination

Link copied to clipboard
val destinationPort: Output<String>? = null

Property destinationPort

Link copied to clipboard
val direction: Output<Either<String, HeaderDirection>>? = null

Property direction

Link copied to clipboard
val protocol: Output<Either<String, HeaderProtocol>>? = null

Property protocol

Link copied to clipboard
val source: Output<String>? = null

Property source

Link copied to clipboard
val sourcePort: Output<String>? = null

Property sourcePort

Functions

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