Segment

class Segment : KotlinCustomResource

Resource Type definition for AWS::Evidently::Segment

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the segment. For example, arn:aws:evidently:us-west-2:123456789012:segment/australiaSegment

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

An optional description for this segment.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

A name for the segment.

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

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>