Interface AWSXRayInsightUpdate.AWSXRayInsightUpdateProps

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

@Stability(Experimental) public static interface AWSXRayInsightUpdate.AWSXRayInsightUpdateProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.xray@AWSXRayInsightUpdate 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;
 AWSXRayInsightUpdateProps aWSXRayInsightUpdateProps = AWSXRayInsightUpdateProps.builder()
         .categories(List.of("categories"))
         .clientRequestImpactStatistics(ClientRequestImpactStatistics.builder()
                 .faultCount(List.of("faultCount"))
                 .okCount(List.of("okCount"))
                 .totalCount(List.of("totalCount"))
                 .build())
         .endTime(List.of("endTime"))
         .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())
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .groupName(List.of("groupName"))
         .insightId(List.of("insightId"))
         .rootCauseServiceId(RootCauseServiceId.builder()
                 .accountId(List.of("accountId"))
                 .name(List.of("name"))
                 .names(List.of(names))
                 .type(List.of("type"))
                 .build())
         .rootCauseServiceRequestImpactStatistics(ClientRequestImpactStatistics.builder()
                 .faultCount(List.of("faultCount"))
                 .okCount(List.of("okCount"))
                 .totalCount(List.of("totalCount"))
                 .build())
         .startTime(List.of("startTime"))
         .state(List.of("state"))
         .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

    • getCategories

      @Stability(Experimental) @Nullable default List<String> getCategories()
      (experimental) Categories property.

      Specify an array of string values to match this event if the actual value of Categories 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

    • 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

    • getEndTime

      @Stability(Experimental) @Nullable default List<String> getEndTime()
      (experimental) EndTime property.

      Specify an array of string values to match this event if the actual value of EndTime 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

    • getEvent

      @Stability(Experimental) @Nullable default AWSXRayInsightUpdate.Event getEvent()
      (experimental) Event property.

      Specify an array of string values to match this event if the actual value of Event 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

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getGroupName

      @Stability(Experimental) @Nullable default List<String> getGroupName()
      (experimental) GroupName property.

      Specify an array of string values to match this event if the actual value of GroupName 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

    • getInsightId

      @Stability(Experimental) @Nullable default List<String> getInsightId()
      (experimental) InsightId property.

      Specify an array of string values to match this event if the actual value of InsightId 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

    • getRootCauseServiceId

      @Stability(Experimental) @Nullable default AWSXRayInsightUpdate.RootCauseServiceId getRootCauseServiceId()
      (experimental) RootCauseServiceId property.

      Specify an array of string values to match this event if the actual value of RootCauseServiceId 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

    • getStartTime

      @Stability(Experimental) @Nullable default List<String> getStartTime()
      (experimental) StartTime property.

      Specify an array of string values to match this event if the actual value of StartTime 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

    • getState

      @Stability(Experimental) @Nullable default List<String> getState()
      (experimental) State property.

      Specify an array of string values to match this event if the actual value of State 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.AWSXRayInsightUpdateProps.Builder builder()
      Returns:
      a AWSXRayInsightUpdate.AWSXRayInsightUpdateProps.Builder of AWSXRayInsightUpdate.AWSXRayInsightUpdateProps