Interface AWSXRayInsightUpdate.Event

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AWSXRayInsightUpdate.Event.Jsii$Proxy
Enclosing class:
AWSXRayInsightUpdate

@Stability(Experimental) public static interface AWSXRayInsightUpdate.Event extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Event.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.xray.events.*;
 Object names;
 Event event = Event.builder()
         .clientRequestImpactStatistics(ClientRequestImpactStatistics.builder()
                 .faultCount(List.of("faultCount"))
                 .okCount(List.of("okCount"))
                 .totalCount(List.of("totalCount"))
                 .build())
         .eventTime(List.of("eventTime"))
         .rootCauseServiceRequestImpactStatistics(ClientRequestImpactStatistics.builder()
                 .faultCount(List.of("faultCount"))
                 .okCount(List.of("okCount"))
                 .totalCount(List.of("totalCount"))
                 .build())
         .summary(List.of("summary"))
         .topAnomalousServices(List.of(AwsxRayInsightUpdateItem.builder()
                 .serviceId(ServiceId.builder()
                         .accountId(List.of("accountId"))
                         .name(List.of("name"))
                         .names(List.of(names))
                         .type(List.of("type"))
                         .build())
                 .build()))
         .build();
 
  • Method Details

    • getClientRequestImpactStatistics

      @Stability(Experimental) @Nullable default AWSXRayInsightUpdate.ClientRequestImpactStatistics getClientRequestImpactStatistics()
      (experimental) ClientRequestImpactStatistics property.

      Specify an array of string values to match this event if the actual value of ClientRequestImpactStatistics is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEventTime

      @Stability(Experimental) @Nullable default List<String> getEventTime()
      (experimental) EventTime property.

      Specify an array of string values to match this event if the actual value of EventTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getRootCauseServiceRequestImpactStatistics

      @Stability(Experimental) @Nullable default AWSXRayInsightUpdate.ClientRequestImpactStatistics getRootCauseServiceRequestImpactStatistics()
      (experimental) RootCauseServiceRequestImpactStatistics property.

      Specify an array of string values to match this event if the actual value of RootCauseServiceRequestImpactStatistics is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSummary

      @Stability(Experimental) @Nullable default List<String> getSummary()
      (experimental) Summary property.

      Specify an array of string values to match this event if the actual value of Summary is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTopAnomalousServices

      @Stability(Experimental) @Nullable default List<AWSXRayInsightUpdate.AwsxRayInsightUpdateItem> getTopAnomalousServices()
      (experimental) TopAnomalousServices property.

      Specify an array of string values to match this event if the actual value of TopAnomalousServices is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static AWSXRayInsightUpdate.Event.Builder builder()
      Returns:
      a AWSXRayInsightUpdate.Event.Builder of AWSXRayInsightUpdate.Event