Interface AWSAPICallViaCloudTrail.RequestParameters

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

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

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.*;
 RequestParameters requestParameters = RequestParameters.builder()
         .healthCheck(HealthCheck1.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()))
         .listeners(List.of(RequestParametersItem.builder()
                 .instancePort(List.of("instancePort"))
                 .loadBalancerPort(List.of("loadBalancerPort"))
                 .protocol(List.of("protocol"))
                 .build()))
         .loadBalancerName(List.of("loadBalancerName"))
         .subnets(List.of("subnets"))
         .targetGroupArn(List.of("targetGroupArn"))
         .targets(List.of(RequestParametersItem1.builder()
                 .id(List.of("id"))
                 .build()))
         .build();
 
  • Method Details

    • getHealthCheck

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.HealthCheck1 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

    • getListeners

      @Stability(Experimental) @Nullable default List<AWSAPICallViaCloudTrail.RequestParametersItem> getListeners()
      (experimental) listeners property.

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

    • getLoadBalancerName

      @Stability(Experimental) @Nullable default List<String> getLoadBalancerName()
      (experimental) loadBalancerName property.

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

    • getSubnets

      @Stability(Experimental) @Nullable default List<String> getSubnets()
      (experimental) subnets property.

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

    • getTargetGroupArn

      @Stability(Experimental) @Nullable default List<String> getTargetGroupArn()
      (experimental) targetGroupArn property.

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

    • getTargets

      @Stability(Experimental) @Nullable default List<AWSAPICallViaCloudTrail.RequestParametersItem1> getTargets()
      (experimental) targets property.

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