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.batch.events.*;
 RequestParameters requestParameters = RequestParameters.builder()
         .containerOverrides(ContainerOverrides.builder()
                 .environment(List.of(ContainerOverridesItem.builder()
                         .name(List.of("name"))
                         .value(List.of("value"))
                         .build()))
                 .build())
         .jobDefinition(List.of("jobDefinition"))
         .jobName(List.of("jobName"))
         .jobQueue(List.of("jobQueue"))
         .build();
 
  • Method Details

    • getContainerOverrides

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.ContainerOverrides getContainerOverrides()
      (experimental) containerOverrides property.

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

    • getJobDefinition

      @Stability(Experimental) @Nullable default List<String> getJobDefinition()
      (experimental) jobDefinition property.

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

    • getJobName

      @Stability(Experimental) @Nullable default List<String> getJobName()
      (experimental) jobName property.

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

    • getJobQueue

      @Stability(Experimental) @Nullable default List<String> getJobQueue()
      (experimental) jobQueue property.

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