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 StorageConnector = StorageConnector' {}
- newStorageConnector :: StorageConnectorType -> StorageConnector
- storageConnector_domains :: Lens' StorageConnector (Maybe [Text])
- storageConnector_resourceIdentifier :: Lens' StorageConnector (Maybe Text)
- storageConnector_connectorType :: Lens' StorageConnector StorageConnectorType
Documentation
data StorageConnector Source #
Describes a connector that enables persistent storage for users.
See: newStorageConnector
smart constructor.
StorageConnector' | |
|
Instances
Create a value of StorageConnector
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:domains:StorageConnector'
, storageConnector_domains
- The names of the domains for the account.
$sel:resourceIdentifier:StorageConnector'
, storageConnector_resourceIdentifier
- The ARN of the storage connector.
$sel:connectorType:StorageConnector'
, storageConnector_connectorType
- The type of storage connector.
storageConnector_domains :: Lens' StorageConnector (Maybe [Text]) Source #
The names of the domains for the account.
storageConnector_resourceIdentifier :: Lens' StorageConnector (Maybe Text) Source #
The ARN of the storage connector.
storageConnector_connectorType :: Lens' StorageConnector StorageConnectorType Source #
The type of storage connector.