ManagedHeadersManagedRequestHeaderArgs

data class ManagedHeadersManagedRequestHeaderArgs(val conflictsWiths: Output<List<String>>? = null, val enabled: Output<Boolean>, val hasConflict: Output<Boolean>? = null, val id: Output<String>) : ConvertibleToJava<ManagedHeadersManagedRequestHeaderArgs>

Constructors

Link copied to clipboard
constructor(conflictsWiths: Output<List<String>>? = null, enabled: Output<Boolean>, hasConflict: Output<Boolean>? = null, id: Output<String>)

Properties

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

The Managed Transforms that this Managed Transform conflicts with.

Link copied to clipboard
val enabled: Output<Boolean>

Whether the Managed Transform is enabled.

Link copied to clipboard
val hasConflict: Output<Boolean>? = null

Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.

Link copied to clipboard
val id: Output<String>

The human-readable identifier of the Managed Transform.

Functions

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