Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data CustomerManagedChannelS3Storage = CustomerManagedChannelS3Storage' {}
- newCustomerManagedChannelS3Storage :: Text -> Text -> CustomerManagedChannelS3Storage
- customerManagedChannelS3Storage_keyPrefix :: Lens' CustomerManagedChannelS3Storage (Maybe Text)
- customerManagedChannelS3Storage_bucket :: Lens' CustomerManagedChannelS3Storage Text
- customerManagedChannelS3Storage_roleArn :: Lens' CustomerManagedChannelS3Storage Text
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.
CustomerManagedChannelS3Storage' | |
|
Instances
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.