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.states.events.*;
 Object tags;
 RequestParameters requestParameters = RequestParameters.builder()
         .activityArn(List.of("activityArn"))
         .definition(List.of("definition"))
         .executionArn(List.of("executionArn"))
         .input(List.of("input"))
         .name(List.of("name"))
         .roleArn(List.of("roleArn"))
         .stateMachineArn(List.of("stateMachineArn"))
         .tags(List.of(tags))
         .build();
 
  • Method Details

    • getActivityArn

      @Stability(Experimental) @Nullable default List<String> getActivityArn()
      (experimental) activityArn property.

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

    • getDefinition

      @Stability(Experimental) @Nullable default List<String> getDefinition()
      (experimental) definition property.

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

    • getExecutionArn

      @Stability(Experimental) @Nullable default List<String> getExecutionArn()
      (experimental) executionArn property.

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

    • getInput

      @Stability(Experimental) @Nullable default List<String> getInput()
      (experimental) input property.

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

    • getName

      @Stability(Experimental) @Nullable default List<String> getName()
      (experimental) name property.

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

    • getRoleArn

      @Stability(Experimental) @Nullable default List<String> getRoleArn()
      (experimental) roleArn property.

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

    • getStateMachineArn

      @Stability(Experimental) @Nullable default List<String> getStateMachineArn()
      (experimental) stateMachineArn property.

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

    • getTags

      @Stability(Experimental) @Nullable default List<Object> getTags()
      (experimental) tags property.

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