Interface AWSAPICallViaCloudTrail.ResponseElements

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

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

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.states.events.*;
 ResponseElements responseElements = ResponseElements.builder()
         .activityArn(List.of("activityArn"))
         .creationDate(List.of("creationDate"))
         .executionArn(List.of("executionArn"))
         .startDate(List.of("startDate"))
         .stateMachineArn(List.of("stateMachineArn"))
         .stopDate(List.of("stopDate"))
         .updateDate(List.of("updateDate"))
         .build();
 
  • Method Details

    • getActivityArn

      @Stability(Experimental) @Nullable default List<String> getActivityArn()
      (experimental) activityArn property.

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

    • getCreationDate

      @Stability(Experimental) @Nullable default List<String> getCreationDate()
      (experimental) creationDate property.

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

    • getExecutionArn

      @Stability(Experimental) @Nullable default List<String> getExecutionArn()
      (experimental) executionArn property.

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

    • getStartDate

      @Stability(Experimental) @Nullable default List<String> getStartDate()
      (experimental) startDate property.

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

    • getStateMachineArn

      @Stability(Experimental) @Nullable default List<String> getStateMachineArn()
      (experimental) stateMachineArn property.

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

    • getStopDate

      @Stability(Experimental) @Nullable default List<String> getStopDate()
      (experimental) stopDate property.

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

    • getUpdateDate

      @Stability(Experimental) @Nullable default List<String> getUpdateDate()
      (experimental) updateDate property.

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