Interface AWSServiceEventViaCloudTrail.ServiceEventDetails

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

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

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.appmesh.events.*;
 ServiceEventDetails serviceEventDetails = ServiceEventDetails.builder()
         .connectionId(List.of("connectionId"))
         .eventStatus(List.of("eventStatus"))
         .failureReason(List.of("failureReason"))
         .nodeArn(List.of("nodeArn"))
         .build();
 
  • Method Details

    • getConnectionId

      @Stability(Experimental) @Nullable default List<String> getConnectionId()
      (experimental) connectionId property.

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

    • getEventStatus

      @Stability(Experimental) @Nullable default List<String> getEventStatus()
      (experimental) eventStatus property.

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

    • getFailureReason

      @Stability(Experimental) @Nullable default List<String> getFailureReason()
      (experimental) failureReason property.

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

    • getNodeArn

      @Stability(Experimental) @Nullable default List<String> getNodeArn()
      (experimental) nodeArn property.

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