See: Description
| Interface | Description |
|---|---|
| CfnChannel.ChannelStorageProperty |
Where channel data is stored.
|
| CfnChannel.CustomerManagedS3Property |
Used to store channel data in an S3 bucket that you manage.
|
| CfnChannel.RetentionPeriodProperty |
How long, in days, message data is kept.
|
| CfnChannelProps |
Properties for defining a `CfnChannel`.
|
| CfnDataset.ActionProperty |
Information needed to run the "containerAction" to produce data set contents.
|
| CfnDataset.ContainerActionProperty |
Information needed to run the "containerAction" to produce data set contents.
|
| CfnDataset.DatasetContentDeliveryRuleDestinationProperty |
The destination to which dataset contents are delivered.
|
| CfnDataset.DatasetContentDeliveryRuleProperty |
When dataset contents are created, they are delivered to destination specified here.
|
| CfnDataset.DatasetContentVersionValueProperty |
The dataset whose latest contents are used as input to the notebook or application.
|
| CfnDataset.DeltaTimeProperty |
Used to limit data to that which has arrived since the last execution of the action.
|
| CfnDataset.DeltaTimeSessionWindowConfigurationProperty |
A structure that contains the configuration information of a delta time session window.
|
| CfnDataset.FilterProperty |
Information which is used to filter message data, to segregate it according to the time frame in which it arrives.
|
| CfnDataset.GlueConfigurationProperty |
Configuration information for coordination with AWS Glue , a fully managed extract, transform and load (ETL) service.
|
| CfnDataset.IotEventsDestinationConfigurationProperty |
Configuration information for delivery of dataset contents to AWS IoT Events .
|
| CfnDataset.LateDataRuleConfigurationProperty |
The information needed to configure a delta time session window.
|
| CfnDataset.LateDataRuleProperty |
A structure that contains the name and configuration information of a late data rule.
|
| CfnDataset.OutputFileUriValueProperty |
The value of the variable as a structure that specifies an output file URI.
|
| CfnDataset.QueryActionProperty |
An "SqlQueryDatasetAction" object that uses an SQL query to automatically create data set contents.
|
| CfnDataset.ResourceConfigurationProperty |
The configuration of the resource used to execute the `containerAction` .
|
| CfnDataset.RetentionPeriodProperty |
How long, in days, message data is kept.
|
| CfnDataset.S3DestinationConfigurationProperty |
Configuration information for delivery of dataset contents to Amazon Simple Storage Service (Amazon S3).
|
| CfnDataset.ScheduleProperty |
The schedule for when to trigger an update.
|
| CfnDataset.TriggeringDatasetProperty |
Information about the dataset whose content generation triggers the new dataset content generation.
|
| CfnDataset.TriggerProperty |
The "DatasetTrigger" that specifies when the data set is automatically updated.
|
| CfnDataset.VariableProperty |
An instance of a variable to be passed to the `containerAction` execution.
|
| CfnDataset.VersioningConfigurationProperty |
Information about the versioning of dataset contents.
|
| CfnDatasetProps |
Properties for defining a `CfnDataset`.
|
| CfnDatastore.ColumnProperty |
Contains information about a column that stores your data.
|
| CfnDatastore.CustomerManagedS3Property |
S3-customer-managed;
|
| CfnDatastore.CustomerManagedS3StorageProperty |
Amazon S3 -customer-managed;
|
| CfnDatastore.DatastorePartitionProperty |
A single dimension to partition a data store.
|
| CfnDatastore.DatastorePartitionsProperty |
Information about the partition dimensions in a data store.
|
| CfnDatastore.DatastoreStorageProperty |
Where data store data is stored.
|
| CfnDatastore.FileFormatConfigurationProperty |
Contains the configuration information of file formats.
|
| CfnDatastore.IotSiteWiseMultiLayerStorageProperty |
Stores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.
|
| CfnDatastore.ParquetConfigurationProperty |
Contains the configuration information of the Parquet format.
|
| CfnDatastore.PartitionProperty |
A single dimension to partition a data store.
|
| CfnDatastore.RetentionPeriodProperty |
How long, in days, message data is kept.
|
| CfnDatastore.SchemaDefinitionProperty |
Information needed to define a schema.
|
| CfnDatastore.TimestampPartitionProperty |
A partition dimension defined by a timestamp attribute.
|
| CfnDatastoreProps |
Properties for defining a `CfnDatastore`.
|
| CfnPipeline.ActivityProperty |
An activity that performs a transformation on a message.
|
| CfnPipeline.AddAttributesProperty |
An activity that adds other attributes based on existing attributes in the message.
|
| CfnPipeline.ChannelProperty |
Determines the source of the messages to be processed.
|
| CfnPipeline.DatastoreProperty |
The datastore activity that specifies where to store the processed data.
|
| CfnPipeline.DeviceRegistryEnrichProperty |
An activity that adds data from the AWS IoT device registry to your message.
|
| CfnPipeline.DeviceShadowEnrichProperty |
An activity that adds information from the AWS IoT Device Shadows service to a message.
|
| CfnPipeline.FilterProperty |
An activity that filters a message based on its attributes.
|
| CfnPipeline.LambdaProperty |
An activity that runs a Lambda function to modify the message.
|
| CfnPipeline.MathProperty |
An activity that computes an arithmetic expression using the message's attributes.
|
| CfnPipeline.RemoveAttributesProperty |
An activity that removes attributes from a message.
|
| CfnPipeline.SelectAttributesProperty |
Creates a new message using only the specified attributes from the original message.
|
| CfnPipelineProps |
Properties for defining a `CfnPipeline`.
|
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.core.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
(Read the CDK Contributing Guide if you are interested in contributing to this construct library.)
Copyright © 2022. All rights reserved.