libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTAnalytics.Types.CustomerManagedChannelS3Storage

Description

 
Synopsis

Documentation

data CustomerManagedChannelS3Storage Source #

Used to store channel data in an S3 bucket that you manage. If customer-managed storage is selected, the retentionPeriod parameter is ignored. You can't change the choice of S3 storage after the data store is created.

See: newCustomerManagedChannelS3Storage smart constructor.

Constructors

CustomerManagedChannelS3Storage' 

Fields

  • keyPrefix :: Maybe Text

    (Optional) The prefix used to create the keys of the channel data objects. Each object in an S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).

  • bucket :: Text

    The name of the S3 bucket in which channel data is stored.

  • roleArn :: Text

    The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.

Instances

Instances details
Eq CustomerManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.CustomerManagedChannelS3Storage

Read CustomerManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.CustomerManagedChannelS3Storage

Show CustomerManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.CustomerManagedChannelS3Storage

Generic CustomerManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.CustomerManagedChannelS3Storage

Associated Types

type Rep CustomerManagedChannelS3Storage :: Type -> Type #

NFData CustomerManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.CustomerManagedChannelS3Storage

Hashable CustomerManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.CustomerManagedChannelS3Storage

ToJSON CustomerManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.CustomerManagedChannelS3Storage

FromJSON CustomerManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.CustomerManagedChannelS3Storage

type Rep CustomerManagedChannelS3Storage Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.CustomerManagedChannelS3Storage

type Rep CustomerManagedChannelS3Storage = D1 ('MetaData "CustomerManagedChannelS3Storage" "Amazonka.IoTAnalytics.Types.CustomerManagedChannelS3Storage" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "CustomerManagedChannelS3Storage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCustomerManagedChannelS3Storage Source #

Create a value of CustomerManagedChannelS3Storage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:keyPrefix:CustomerManagedChannelS3Storage', customerManagedChannelS3Storage_keyPrefix - (Optional) The prefix used to create the keys of the channel data objects. Each object in an S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).

$sel:bucket:CustomerManagedChannelS3Storage', customerManagedChannelS3Storage_bucket - The name of the S3 bucket in which channel data is stored.

$sel:roleArn:CustomerManagedChannelS3Storage', customerManagedChannelS3Storage_roleArn - The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.

customerManagedChannelS3Storage_keyPrefix :: Lens' CustomerManagedChannelS3Storage (Maybe Text) Source #

(Optional) The prefix used to create the keys of the channel data objects. Each object in an S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).

customerManagedChannelS3Storage_bucket :: Lens' CustomerManagedChannelS3Storage Text Source #

The name of the S3 bucket in which channel data is stored.

customerManagedChannelS3Storage_roleArn :: Lens' CustomerManagedChannelS3Storage Text Source #

The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.