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.elasticloadbalancing.events.*;
 ResponseElements responseElements = ResponseElements.builder()
         .dNsName(List.of("dNsName"))
         .healthCheck(HealthCheck.builder()
                 .healthyThreshold(List.of("healthyThreshold"))
                 .interval(List.of("interval"))
                 .target(List.of("target"))
                 .timeout(List.of("timeout"))
                 .unhealthyThreshold(List.of("unhealthyThreshold"))
                 .build())
         .instances(List.of(ResponseElementsItem.builder()
                 .instanceId(List.of("instanceId"))
                 .build()))
         .build();
 
  • Method Details

    • getDNsName

      @Stability(Experimental) @Nullable default List<String> getDNsName()
      (experimental) dNSName property.

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

    • getHealthCheck

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.HealthCheck getHealthCheck()
      (experimental) healthCheck property.

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

    • getInstances

      @Stability(Experimental) @Nullable default List<AWSAPICallViaCloudTrail.ResponseElementsItem> getInstances()
      (experimental) instances property.

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