You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTAnalytics::Types::DatasetContentDeliveryRule

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DatasetContentDeliveryRule as input to an Aws::Client method, you can use a vanilla Hash:

{
  entry_name: "EntryName",
  destination: { # required
    iot_events_destination_configuration: {
      input_name: "IotEventsInputName", # required
      role_arn: "RoleArn", # required
    },
    s3_destination_configuration: {
      bucket: "BucketName", # required
      key: "BucketKeyExpression", # required
      glue_configuration: {
        table_name: "GlueTableName", # required
        database_name: "GlueDatabaseName", # required
      },
      role_arn: "RoleArn", # required
    },
  },
}

When dataset contents are created, they are delivered to destination specified here.

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::DatasetContentDeliveryDestination

The destination to which dataset contents are delivered.

Returns:

#entry_nameString

The name of the dataset content delivery rules entry.

Returns:

  • (String)

    The name of the dataset content delivery rules entry.