Class CreateInsightRequest

    • Method Detail

      • name

        public final String name()

        The name of the custom insight to create.

        Returns:
        The name of the custom insight to create.
      • filters

        public final AwsSecurityFindingFilters filters()

        One or more attributes used to filter the findings included in the insight. The insight only includes findings that match the criteria defined in the filters.

        Returns:
        One or more attributes used to filter the findings included in the insight. The insight only includes findings that match the criteria defined in the filters.
      • groupByAttribute

        public final String groupByAttribute()

        The attribute used to group the findings for the insight. The grouping attribute identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.

        Returns:
        The attribute used to group the findings for the insight. The grouping attribute identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object