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 CustomerManagedChannelS3StorageSummary = CustomerManagedChannelS3StorageSummary' {}
- newCustomerManagedChannelS3StorageSummary :: CustomerManagedChannelS3StorageSummary
- customerManagedChannelS3StorageSummary_bucket :: Lens' CustomerManagedChannelS3StorageSummary (Maybe Text)
- customerManagedChannelS3StorageSummary_keyPrefix :: Lens' CustomerManagedChannelS3StorageSummary (Maybe Text)
- customerManagedChannelS3StorageSummary_roleArn :: Lens' CustomerManagedChannelS3StorageSummary (Maybe Text)
Documentation
data CustomerManagedChannelS3StorageSummary Source #
Used to store channel data in an S3 bucket that you manage.
See: newCustomerManagedChannelS3StorageSummary
smart constructor.
CustomerManagedChannelS3StorageSummary' | |
|
Instances
newCustomerManagedChannelS3StorageSummary :: CustomerManagedChannelS3StorageSummary Source #
Create a value of CustomerManagedChannelS3StorageSummary
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:bucket:CustomerManagedChannelS3StorageSummary'
, customerManagedChannelS3StorageSummary_bucket
- The name of the S3 bucket in which channel data is stored.
$sel:keyPrefix:CustomerManagedChannelS3StorageSummary'
, customerManagedChannelS3StorageSummary_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 within the bucket (each object in a bucket has exactly one
key). The prefix must end with a forward slash (/).
$sel:roleArn:CustomerManagedChannelS3StorageSummary'
, customerManagedChannelS3StorageSummary_roleArn
- The ARN of the role that grants IoT Analytics permission to interact
with your Amazon S3 resources.
customerManagedChannelS3StorageSummary_bucket :: Lens' CustomerManagedChannelS3StorageSummary (Maybe Text) Source #
The name of the S3 bucket in which channel data is stored.
customerManagedChannelS3StorageSummary_keyPrefix :: Lens' CustomerManagedChannelS3StorageSummary (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 within the bucket (each object in a bucket has exactly one key). The prefix must end with a forward slash (/).
customerManagedChannelS3StorageSummary_roleArn :: Lens' CustomerManagedChannelS3StorageSummary (Maybe Text) Source #
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.