SegmentArgs

data class SegmentArgs(val description: Output<String>? = null, val name: Output<String>? = null, val pattern: Output<String>? = null, val tags: Output<List<SegmentTagArgs>>? = null) : ConvertibleToJava<SegmentArgs>

Resource Type definition for AWS::Evidently::Segment

Constructors

Link copied to clipboard
fun SegmentArgs(description: Output<String>? = null, name: Output<String>? = null, pattern: Output<String>? = null, tags: Output<List<SegmentTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val pattern: Output<String>? = null
Link copied to clipboard
val tags: Output<List<SegmentTagArgs>>? = null

An array of key-value pairs to apply to this resource.