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 CustomerManagedDatastoreS3StorageSummary = CustomerManagedDatastoreS3StorageSummary' {}
- newCustomerManagedDatastoreS3StorageSummary :: CustomerManagedDatastoreS3StorageSummary
- customerManagedDatastoreS3StorageSummary_bucket :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text)
- customerManagedDatastoreS3StorageSummary_keyPrefix :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text)
- customerManagedDatastoreS3StorageSummary_roleArn :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text)
Documentation
data CustomerManagedDatastoreS3StorageSummary Source #
Contains information about the data store that you manage.
See: newCustomerManagedDatastoreS3StorageSummary
smart constructor.
CustomerManagedDatastoreS3StorageSummary' | |
|
Instances
newCustomerManagedDatastoreS3StorageSummary :: CustomerManagedDatastoreS3StorageSummary Source #
Create a value of CustomerManagedDatastoreS3StorageSummary
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:CustomerManagedDatastoreS3StorageSummary'
, customerManagedDatastoreS3StorageSummary_bucket
- The name of the Amazon S3 bucket where your data is stored.
$sel:keyPrefix:CustomerManagedDatastoreS3StorageSummary'
, customerManagedDatastoreS3StorageSummary_keyPrefix
- (Optional) The prefix used to create the keys of the data store data
objects. Each object in an Amazon 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:roleArn:CustomerManagedDatastoreS3StorageSummary'
, customerManagedDatastoreS3StorageSummary_roleArn
- The ARN of the role that grants IoT Analytics permission to interact
with your Amazon S3 resources.
customerManagedDatastoreS3StorageSummary_bucket :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text) Source #
The name of the Amazon S3 bucket where your data is stored.
customerManagedDatastoreS3StorageSummary_keyPrefix :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text) Source #
(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon 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 (/).
customerManagedDatastoreS3StorageSummary_roleArn :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text) Source #
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.