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.wellarchitected.events.*;
 RequestParameters requestParameters = RequestParameters.builder()
         .clientRequestToken(List.of("clientRequestToken"))
         .isMajorVersion(List.of("isMajorVersion"))
         .lensAlias(List.of("lensAlias"))
         .lensVersion(List.of("lensVersion"))
         .build();
 
  • Method Details

    • getClientRequestToken

      @Stability(Experimental) @Nullable default List<String> getClientRequestToken()
      (experimental) ClientRequestToken property.

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

    • getIsMajorVersion

      @Stability(Experimental) @Nullable default List<String> getIsMajorVersion()
      (experimental) IsMajorVersion property.

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

    • getLensAlias

      @Stability(Experimental) @Nullable default List<String> getLensAlias()
      (experimental) LensAlias property.

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

    • getLensVersion

      @Stability(Experimental) @Nullable default List<String> getLensVersion()
      (experimental) LensVersion property.

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