Interface AWSAPICallViaCloudTrail.RequestParametersItem

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

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

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.iotanalytics.events.*;
 RequestParametersItem requestParametersItem = RequestParametersItem.builder()
         .address(List.of("address"))
         .bigEndian(List.of("bigEndian"))
         .capacity(List.of("capacity"))
         .hb(List.of(123))
         .isReadOnly(List.of("isReadOnly"))
         .limit(List.of("limit"))
         .mark(List.of("mark"))
         .nativeByteOrder(List.of("nativeByteOrder"))
         .offset(List.of("offset"))
         .position(List.of("position"))
         .build();
 
  • Method Details

    • getAddress

      @Stability(Experimental) @Nullable default List<String> getAddress()
      (experimental) address property.

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

    • getBigEndian

      @Stability(Experimental) @Nullable default List<String> getBigEndian()
      (experimental) bigEndian property.

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

    • getCapacity

      @Stability(Experimental) @Nullable default List<String> getCapacity()
      (experimental) capacity property.

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

    • getHb

      @Stability(Experimental) @Nullable default List<Number> getHb()
      (experimental) hb property.

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

    • getIsReadOnly

      @Stability(Experimental) @Nullable default List<String> getIsReadOnly()
      (experimental) isReadOnly property.

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

    • getLimit

      @Stability(Experimental) @Nullable default List<String> getLimit()
      (experimental) limit property.

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

    • getMark

      @Stability(Experimental) @Nullable default List<String> getMark()
      (experimental) mark property.

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

    • getNativeByteOrder

      @Stability(Experimental) @Nullable default List<String> getNativeByteOrder()
      (experimental) nativeByteOrder property.

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

    • getOffset

      @Stability(Experimental) @Nullable default List<String> getOffset()
      (experimental) offset property.

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

    • getPosition

      @Stability(Experimental) @Nullable default List<String> getPosition()
      (experimental) position property.

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