Interface AWSAPICallViaCloudTrail.ResponseElements

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

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

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.*;
 ResponseElements responseElements = ResponseElements.builder()
         .channelArn(List.of("channelArn"))
         .channelName(List.of("channelName"))
         .datasetArn(List.of("datasetArn"))
         .datasetName(List.of("datasetName"))
         .datastoreArn(List.of("datastoreArn"))
         .datastoreIndexArn(List.of("datastoreIndexArn"))
         .datastoreIndexName(List.of("datastoreIndexName"))
         .datastoreName(List.of("datastoreName"))
         .pipelineArn(List.of("pipelineArn"))
         .pipelineName(List.of("pipelineName"))
         .reprocessingId(List.of("reprocessingId"))
         .retentionPeriod(RetentionPeriod1.builder()
                 .numberOfDays(List.of("numberOfDays"))
                 .unlimited(List.of("unlimited"))
                 .build())
         .versionId(List.of("versionId"))
         .build();
 
  • Method Details

    • getChannelArn

      @Stability(Experimental) @Nullable default List<String> getChannelArn()
      (experimental) channelArn property.

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

    • getChannelName

      @Stability(Experimental) @Nullable default List<String> getChannelName()
      (experimental) channelName property.

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

    • getDatasetArn

      @Stability(Experimental) @Nullable default List<String> getDatasetArn()
      (experimental) datasetArn property.

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

    • getDatasetName

      @Stability(Experimental) @Nullable default List<String> getDatasetName()
      (experimental) datasetName property.

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

    • getDatastoreArn

      @Stability(Experimental) @Nullable default List<String> getDatastoreArn()
      (experimental) datastoreArn property.

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

    • getDatastoreIndexArn

      @Stability(Experimental) @Nullable default List<String> getDatastoreIndexArn()
      (experimental) datastoreIndexArn property.

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

    • getDatastoreIndexName

      @Stability(Experimental) @Nullable default List<String> getDatastoreIndexName()
      (experimental) datastoreIndexName property.

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

    • getDatastoreName

      @Stability(Experimental) @Nullable default List<String> getDatastoreName()
      (experimental) datastoreName property.

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

    • getPipelineArn

      @Stability(Experimental) @Nullable default List<String> getPipelineArn()
      (experimental) pipelineArn property.

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

    • getPipelineName

      @Stability(Experimental) @Nullable default List<String> getPipelineName()
      (experimental) pipelineName property.

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

    • getReprocessingId

      @Stability(Experimental) @Nullable default List<String> getReprocessingId()
      (experimental) reprocessingId property.

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

    • getRetentionPeriod

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.RetentionPeriod1 getRetentionPeriod()
      (experimental) retentionPeriod property.

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

    • getVersionId

      @Stability(Experimental) @Nullable default List<String> getVersionId()
      (experimental) versionId property.

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