Class AWSAPICallViaCloudTrail.RequestParameters.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.states.events.AWSAPICallViaCloudTrail.RequestParameters.Jsii$Proxy
All Implemented Interfaces:
AWSAPICallViaCloudTrail.RequestParameters, software.amazon.jsii.JsiiSerializable
Enclosing interface:
AWSAPICallViaCloudTrail.RequestParameters

@Stability(Experimental) @Internal public static final class AWSAPICallViaCloudTrail.RequestParameters.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AWSAPICallViaCloudTrail.RequestParameters
  • Constructor Details

  • Method Details

    • getActivityArn

      public final List<String> getActivityArn()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (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

      Specified by:
      getActivityArn in interface AWSAPICallViaCloudTrail.RequestParameters
    • getDefinition

      public final List<String> getDefinition()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (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

      Specified by:
      getDefinition in interface AWSAPICallViaCloudTrail.RequestParameters
    • getExecutionArn

      public final List<String> getExecutionArn()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (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

      Specified by:
      getExecutionArn in interface AWSAPICallViaCloudTrail.RequestParameters
    • getInput

      public final List<String> getInput()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (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

      Specified by:
      getInput in interface AWSAPICallViaCloudTrail.RequestParameters
    • getName

      public final List<String> getName()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (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

      Specified by:
      getName in interface AWSAPICallViaCloudTrail.RequestParameters
    • getRoleArn

      public final List<String> getRoleArn()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (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

      Specified by:
      getRoleArn in interface AWSAPICallViaCloudTrail.RequestParameters
    • getStateMachineArn

      public final List<String> getStateMachineArn()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (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

      Specified by:
      getStateMachineArn in interface AWSAPICallViaCloudTrail.RequestParameters
    • getTags

      public final List<Object> getTags()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (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

      Specified by:
      getTags in interface AWSAPICallViaCloudTrail.RequestParameters
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object