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.codebuild.events.*;
 RequestParameters requestParameters = RequestParameters.builder()
         .awsActId(List.of("awsActId"))
         .invokedBy(List.of("invokedBy"))
         .payerId(List.of("payerId"))
         .userArn(List.of("userArn"))
         .build();
 
  • Method Details

    • getAwsActId

      @Stability(Experimental) @Nullable default List<String> getAwsActId()
      (experimental) awsActId property.

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

    • getInvokedBy

      @Stability(Experimental) @Nullable default List<String> getInvokedBy()
      (experimental) invokedBy property.

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

    • getPayerId

      @Stability(Experimental) @Nullable default List<String> getPayerId()
      (experimental) payerId property.

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

    • getUserArn

      @Stability(Experimental) @Nullable default List<String> getUserArn()
      (experimental) userArn property.

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