com.pulumi.gcp.dataloss.kotlin.inputs.PreventionJobTriggerInspectJobStorageConfigHybridOptionsArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.dataloss.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.dataloss.inputs.PreventionJobTriggerInspectJobStorageConfigHybridOptionsArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property description A short description of where the data is coming from. Will be stored once in the job. 256 max length.
* @property labels To organize findings, these labels will be added to each finding.
* Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `a-z?`.
* Label values must be between 0 and 63 characters long and must conform to the regular expression `(a-z?)?`.
* No more than 10 labels can be associated with a given finding.
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* @property requiredFindingLabelKeys These are labels that each inspection request must include within their 'finding_labels' map. Request
* may contain others, but any missing one of these will be rejected.
* Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `a-z?`.
* No more than 10 keys can be required.
* @property tableOptions If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
* Structure is documented below.
*/
public data class PreventionJobTriggerInspectJobStorageConfigHybridOptionsArgs(
public val description: Output? = null,
public val labels: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy