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.autoscaling.events.*;
 RequestParametersItem requestParametersItem = RequestParametersItem.builder()
         .key(List.of("key"))
         .propagateAtLaunch(List.of("propagateAtLaunch"))
         .resourceId(List.of("resourceId"))
         .resourceType(List.of("resourceType"))
         .value(List.of("value"))
         .build();
 
  • Method Details

    • getKey

      @Stability(Experimental) @Nullable default List<String> getKey()
      (experimental) key property.

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

    • getPropagateAtLaunch

      @Stability(Experimental) @Nullable default List<String> getPropagateAtLaunch()
      (experimental) propagateAtLaunch property.

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

    • getResourceId

      @Stability(Experimental) @Nullable default List<String> getResourceId()
      (experimental) resourceId property.

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

    • getResourceType

      @Stability(Experimental) @Nullable default List<String> getResourceType()
      (experimental) resourceType property.

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

    • getValue

      @Stability(Experimental) @Nullable default List<String> getValue()
      (experimental) value property.

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