Interface ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2

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

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

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.sagemaker.events.*;
 RequestParametersItem2 requestParametersItem2 = RequestParametersItem2.builder()
         .channelName(List.of("channelName"))
         .contentType(List.of("contentType"))
         .dataSource(DataSource1.builder()
                 .s3DataSource(S3DataSource1.builder()
                         .s3DataDistributionType(List.of("s3DataDistributionType"))
                         .s3DataType(List.of("s3DataType"))
                         .s3Uri(List.of("s3Uri"))
                         .build())
                 .build())
         .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

    • getContentType

      @Stability(Experimental) @Nullable default List<String> getContentType()
      (experimental) contentType property.

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

    • getDataSource

      @Stability(Experimental) @Nullable default ModelEvents.AWSAPICallViaCloudTrail.DataSource1 getDataSource()
      (experimental) dataSource property.

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