Segment Args
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)