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 CustomerManagedDatastoreS3Storage = CustomerManagedDatastoreS3Storage' {}
- newCustomerManagedDatastoreS3Storage :: Text -> Text -> CustomerManagedDatastoreS3Storage
- customerManagedDatastoreS3Storage_keyPrefix :: Lens' CustomerManagedDatastoreS3Storage (Maybe Text)
- customerManagedDatastoreS3Storage_bucket :: Lens' CustomerManagedDatastoreS3Storage Text
- customerManagedDatastoreS3Storage_roleArn :: Lens' CustomerManagedDatastoreS3Storage Text
Documentation
data CustomerManagedDatastoreS3Storage Source #
S3-customer-managed; When you choose customer-managed storage, the
retentionPeriod
parameter is ignored. You can't change the choice of
Amazon S3 storage after your data store is created.
See: newCustomerManagedDatastoreS3Storage
smart constructor.
CustomerManagedDatastoreS3Storage' | |
|
Instances
newCustomerManagedDatastoreS3Storage Source #
Create a value of CustomerManagedDatastoreS3Storage
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:CustomerManagedDatastoreS3Storage'
, customerManagedDatastoreS3Storage_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:bucket:CustomerManagedDatastoreS3Storage'
, customerManagedDatastoreS3Storage_bucket
- The name of the Amazon S3 bucket where your data is stored.
$sel:roleArn:CustomerManagedDatastoreS3Storage'
, customerManagedDatastoreS3Storage_roleArn
- The ARN of the role that grants IoT Analytics permission to interact
with your Amazon S3 resources.
customerManagedDatastoreS3Storage_keyPrefix :: Lens' CustomerManagedDatastoreS3Storage (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 (/).
customerManagedDatastoreS3Storage_bucket :: Lens' CustomerManagedDatastoreS3Storage Text Source #
The name of the Amazon S3 bucket where your data is stored.
customerManagedDatastoreS3Storage_roleArn :: Lens' CustomerManagedDatastoreS3Storage Text Source #
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.