Interface ModelEvents.AWSAPICallViaCloudTrail.ResponseElements
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ModelEvents.AWSAPICallViaCloudTrail.ResponseElements.Jsii$Proxy
- Enclosing class:
ModelEvents.AWSAPICallViaCloudTrail
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forModelEvents.AWSAPICallViaCloudTrail.ResponseElementsstatic final classAn implementation forModelEvents.AWSAPICallViaCloudTrail.ResponseElements -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) endpointConfigArn property.(experimental) modelArn property.(experimental) trainingJobArn property.(experimental) transformJobArn property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static ModelEvents.AWSAPICallViaCloudTrail.ResponseElements.Builder builder()
-