GradientEdge CDK Utils
    Preparing search index...
    interface EvidentlySegmentProps {
        description?: string;
        name: string;
        pattern?: string;
        tags?: CfnTag[];
    }

    Hierarchy

    • CfnSegmentProps
      • EvidentlySegmentProps
    Index

    Properties

    description?: string

    An optional description for this segment.

    name: string

    A name for the segment.

    pattern?: string

    The pattern to use for the segment.

    For more information about pattern syntax, see Segment rule pattern syntax .

    tags?: CfnTag[]

    Assigns one or more tags (key-value pairs) to the feature.

    Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

    Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.

    You can associate as many as 50 tags with a feature.

    For more information, see Tagging AWS resources .