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

Class: Aws::IoTAnalytics::Types::ChannelStorage

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

Overview

Note:

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

{
  service_managed_s3: {
  },
  customer_managed_s3: {
    bucket: "BucketName", # required
    key_prefix: "S3KeyPrefix",
    role_arn: "RoleArn", # required
  },
}

Where channel data is stored. You may choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default is serviceManagedS3. This cannot be changed after creation of the channel.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#customer_managed_s3Types::CustomerManagedChannelS3Storage

Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the retentionPeriod parameter is ignored. You cannot change the choice of service-managed or customer-managed S3 storage after the channel is created.

Returns:

#service_managed_s3Types::ServiceManagedChannelS3Storage

Use this to store channel data in an S3 bucket managed by AWS IoT Analytics. You cannot change the choice of service-managed or customer-managed S3 storage after the channel is created.

Returns: