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.autoscaling.events.*;
 Object alarms;
 Object failedScheduledActions;
 Object failedScheduledUpdateGroupActions;
 ResponseElements responseElements = ResponseElements.builder()
         .alarms(List.of(alarms))
         .failedScheduledActions(List.of(failedScheduledActions))
         .failedScheduledUpdateGroupActions(List.of(failedScheduledUpdateGroupActions))
         .policyArn(List.of("policyArn"))
         .build();
 
  • Method Details

    • getAlarms

      @Stability(Experimental) @Nullable default List<Object> getAlarms()
      (experimental) alarms property.

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

    • getFailedScheduledActions

      @Stability(Experimental) @Nullable default List<Object> getFailedScheduledActions()
      (experimental) failedScheduledActions property.

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

    • getFailedScheduledUpdateGroupActions

      @Stability(Experimental) @Nullable default List<Object> getFailedScheduledUpdateGroupActions()
      (experimental) failedScheduledUpdateGroupActions property.

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

    • getPolicyArn

      @Stability(Experimental) @Nullable default List<String> getPolicyArn()
      (experimental) policyARN property.

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