Interface ModelEvents.AWSAPICallViaCloudTrail.ResponseElements

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

@Stability(Experimental) public static interface ModelEvents.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.sagemaker.events.*;
 ResponseElements responseElements = ResponseElements.builder()
         .endpointConfigArn(List.of("endpointConfigArn"))
         .modelArn(List.of("modelArn"))
         .trainingJobArn(List.of("trainingJobArn"))
         .transformJobArn(List.of("transformJobArn"))
         .build();
 
  • Method Details

    • getEndpointConfigArn

      @Stability(Experimental) @Nullable default List<String> getEndpointConfigArn()
      (experimental) endpointConfigArn property.

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

    • getModelArn

      @Stability(Experimental) @Nullable default List<String> getModelArn()
      (experimental) modelArn property.

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

    • getTrainingJobArn

      @Stability(Experimental) @Nullable default List<String> getTrainingJobArn()
      (experimental) trainingJobArn property.

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

    • getTransformJobArn

      @Stability(Experimental) @Nullable default List<String> getTransformJobArn()
      (experimental) transformJobArn property.

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