SegmentArgs

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

Resource Type definition for AWS::Evidently::Segment

Constructors

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

Properties

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

An optional description for this segment.

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

A name for the segment.

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

The pattern to use for the segment. For more information about pattern syntax, see Segment rule pattern syntax .

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Functions

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