ResourceFilterArgs

data class ResourceFilterArgs(val gceInstanceFilter: Output<GceInstanceFilterArgs>? = null, val inclusionLabels: Output<Map<String, String>>? = null, val resourceIdPatterns: Output<List<String>>? = null, val scopes: Output<List<String>>? = null) : ConvertibleToJava<ResourceFilterArgs>

Message describing resource filters

Constructors

Link copied to clipboard
fun ResourceFilterArgs(gceInstanceFilter: Output<GceInstanceFilterArgs>? = null, inclusionLabels: Output<Map<String, String>>? = null, resourceIdPatterns: Output<List<String>>? = null, scopes: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard

Filter compute engine resource

Link copied to clipboard
val inclusionLabels: Output<Map<String, String>>? = null

The label used for filter resource

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

The id pattern for filter resource

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

The scopes of evaluation resource