DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs

data class DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs(val ingestionLabelKey: Output<String>, val ingestionLabelValue: Output<String>? = null) : ConvertibleToJava<DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs>

Constructors

constructor(ingestionLabelKey: Output<String>, ingestionLabelValue: Output<String>? = null)

Properties

Link copied to clipboard

Required. The key of the ingestion label. Always required.

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

Optional. The value of the ingestion label. Optional. An object with no provided value and some key provided would match against the given key and ANY value.

Functions

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