ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermArgs

data class ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermArgs(val comparator: Output<String>? = null, val key: Output<String>? = null, val tagValues: Output<List<ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValueArgs>>? = null, val target: Output<String>? = null) : ConvertibleToJava<ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermArgs>

Constructors

constructor(comparator: Output<String>? = null, key: Output<String>? = null, tagValues: Output<List<ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValueArgs>>? = null, target: Output<String>? = null)

Properties

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

The operator to use in the condition.

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

The tag key to use in the condition. The only valid value is TAG.

Link copied to clipboard

The tag keys or tag key and value pairs to use in the condition.

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

The type of object to apply the condition to. The only valid value is S3_OBJECT.

Functions

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