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.iotanalytics.events.*;
 RequestParameters requestParameters = RequestParameters.builder()
         .channelName(List.of("channelName"))
         .channelStorage(ChannelStorage.builder()
                 .customerManagedS3(CustomerManagedS3.builder()
                         .bucket(List.of("bucket"))
                         .keyPrefix(List.of("keyPrefix"))
                         .roleArn(List.of("roleArn"))
                         .build())
                 .build())
         .datasetName(List.of("datasetName"))
         .datastoreIndexName(List.of("datastoreIndexName"))
         .datastoreName(List.of("datastoreName"))
         .datastoreStorage(ChannelStorage.builder()
                 .customerManagedS3(CustomerManagedS3.builder()
                         .bucket(List.of("bucket"))
                         .keyPrefix(List.of("keyPrefix"))
                         .roleArn(List.of("roleArn"))
                         .build())
                 .build())
         .endTime(List.of("endTime"))
         .loggingOptions(LoggingOptions.builder()
                 .enabled(List.of("enabled"))
                 .build())
         .maxMessages(List.of("maxMessages"))
         .payloads(List.of(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()))
         .pipelineActivity(PipelineActivity.builder()
                 .math(MathType.builder()
                         .attribute(List.of("attribute"))
                         .math(List.of("math"))
                         .name(List.of("name"))
                         .build())
                 .build())
         .pipelineName(List.of("pipelineName"))
         .queryAction(QueryAction.builder()
                 .sqlQuery(List.of("sqlQuery"))
                 .build())
         .reprocessingId(List.of("reprocessingId"))
         .resourceArn(List.of("resourceArn"))
         .retentionPeriod(RetentionPeriod.builder()
                 .numberOfDays(List.of("numberOfDays"))
                 .unlimited(List.of("unlimited"))
                 .build())
         .settings(Settings.builder()
                 .timeseries(Timeseries.builder()
                         .dimensionAttributes(List.of(TimeseriesItem.builder()
                                 .attribute(List.of("attribute"))
                                 .name(List.of("name"))
                                 .build()))
                         .measureAttributes(List.of(TimeseriesItem.builder()
                                 .attribute(List.of("attribute"))
                                 .name(List.of("name"))
                                 .build()))
                         .timestampAttribute(List.of("timestampAttribute"))
                         .build())
                 .build())
         .startTime(List.of("startTime"))
         .tagKeys(List.of("tagKeys"))
         .tags(List.of(RequestParametersItem1.builder()
                 .key(List.of("key"))
                 .value(List.of("value"))
                 .build()))
         .versionId(List.of("versionId"))
         .build();
 
  • Method Details

    • 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

    • getChannelStorage

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.ChannelStorage getChannelStorage()
      (experimental) channelStorage property.

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

    • 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

    • getDatastoreStorage

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.ChannelStorage getDatastoreStorage()
      (experimental) datastoreStorage property.

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

    • getEndTime

      @Stability(Experimental) @Nullable default List<String> getEndTime()
      (experimental) endTime property.

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

    • getLoggingOptions

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.LoggingOptions getLoggingOptions()
      (experimental) loggingOptions property.

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

    • getMaxMessages

      @Stability(Experimental) @Nullable default List<String> getMaxMessages()
      (experimental) maxMessages property.

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

    • getPayloads

      @Stability(Experimental) @Nullable default List<AWSAPICallViaCloudTrail.RequestParametersItem> getPayloads()
      (experimental) payloads property.

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

    • getPipelineActivity

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.PipelineActivity getPipelineActivity()
      (experimental) pipelineActivity property.

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

    • getQueryAction

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.QueryAction getQueryAction()
      (experimental) queryAction property.

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

    • getResourceArn

      @Stability(Experimental) @Nullable default List<String> getResourceArn()
      (experimental) resourceArn property.

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

    • getSettings

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Settings getSettings()
      (experimental) settings property.

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

    • getStartTime

      @Stability(Experimental) @Nullable default List<String> getStartTime()
      (experimental) startTime property.

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

    • getTagKeys

      @Stability(Experimental) @Nullable default List<String> getTagKeys()
      (experimental) tagKeys property.

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

    • 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.RequestParameters.Builder builder()
      Returns:
      a AWSAPICallViaCloudTrail.RequestParameters.Builder of AWSAPICallViaCloudTrail.RequestParameters