Interface AWSAPICallViaCloudTrail.ResponseElements
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.ResponseElements.Jsii$Proxy
- Enclosing class:
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.iotanalytics.events.*;
ResponseElements responseElements = ResponseElements.builder()
.channelArn(List.of("channelArn"))
.channelName(List.of("channelName"))
.datasetArn(List.of("datasetArn"))
.datasetName(List.of("datasetName"))
.datastoreArn(List.of("datastoreArn"))
.datastoreIndexArn(List.of("datastoreIndexArn"))
.datastoreIndexName(List.of("datastoreIndexName"))
.datastoreName(List.of("datastoreName"))
.pipelineArn(List.of("pipelineArn"))
.pipelineName(List.of("pipelineName"))
.reprocessingId(List.of("reprocessingId"))
.retentionPeriod(RetentionPeriod1.builder()
.numberOfDays(List.of("numberOfDays"))
.unlimited(List.of("unlimited"))
.build())
.versionId(List.of("versionId"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.ResponseElementsstatic final classAn implementation forAWSAPICallViaCloudTrail.ResponseElements -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) channelArn property.(experimental) channelName property.(experimental) datasetArn property.(experimental) datasetName property.(experimental) datastoreArn property.(experimental) datastoreIndexArn property.(experimental) datastoreIndexName property.(experimental) datastoreName property.(experimental) pipelineArn property.(experimental) pipelineName property.(experimental) reprocessingId property.(experimental) retentionPeriod property.(experimental) versionId property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelArn
(experimental) channelArn property.Specify an array of string values to match this event if the actual value of channelArn 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
-
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
-
getDatasetArn
(experimental) datasetArn property.Specify an array of string values to match this event if the actual value of datasetArn 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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getDatastoreArn
(experimental) datastoreArn property.Specify an array of string values to match this event if the actual value of datastoreArn 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
-
getDatastoreIndexArn
(experimental) datastoreIndexArn property.Specify an array of string values to match this event if the actual value of datastoreIndexArn 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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getPipelineArn
(experimental) pipelineArn property.Specify an array of string values to match this event if the actual value of pipelineArn 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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getRetentionPeriod
@Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.RetentionPeriod1 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-