Interface ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2.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.*;
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2 -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) channelName property.(experimental) contentType property.(experimental) dataSource property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2.Builder builder()
-