| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudDirectory.Types.BatchCreateIndex
Description
Synopsis
- data BatchCreateIndex = BatchCreateIndex' {}
- newBatchCreateIndex :: Bool -> BatchCreateIndex
- batchCreateIndex_batchReferenceName :: Lens' BatchCreateIndex (Maybe Text)
- batchCreateIndex_linkName :: Lens' BatchCreateIndex (Maybe Text)
- batchCreateIndex_parentReference :: Lens' BatchCreateIndex (Maybe ObjectReference)
- batchCreateIndex_orderedIndexedAttributeList :: Lens' BatchCreateIndex [AttributeKey]
- batchCreateIndex_isUnique :: Lens' BatchCreateIndex Bool
Documentation
data BatchCreateIndex Source #
Creates an index object inside of a BatchRead operation. For more information, see CreateIndex and BatchReadRequest$Operations.
See: newBatchCreateIndex smart constructor.
Constructors
| BatchCreateIndex' | |
Fields
| |
Instances
Arguments
| :: Bool | |
| -> BatchCreateIndex |
Create a value of BatchCreateIndex 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:batchReferenceName:BatchCreateIndex', batchCreateIndex_batchReferenceName - The batch reference name. See
Transaction Support
for more information.
$sel:linkName:BatchCreateIndex', batchCreateIndex_linkName - The name of the link between the parent object and the index object.
$sel:parentReference:BatchCreateIndex', batchCreateIndex_parentReference - A reference to the parent object that contains the index object.
$sel:orderedIndexedAttributeList:BatchCreateIndex', batchCreateIndex_orderedIndexedAttributeList - Specifies the attributes that should be indexed on. Currently only a
single attribute is supported.
$sel:isUnique:BatchCreateIndex', batchCreateIndex_isUnique - Indicates whether the attribute that is being indexed has unique values
or not.
batchCreateIndex_batchReferenceName :: Lens' BatchCreateIndex (Maybe Text) Source #
The batch reference name. See Transaction Support for more information.
batchCreateIndex_linkName :: Lens' BatchCreateIndex (Maybe Text) Source #
The name of the link between the parent object and the index object.
batchCreateIndex_parentReference :: Lens' BatchCreateIndex (Maybe ObjectReference) Source #
A reference to the parent object that contains the index object.
batchCreateIndex_orderedIndexedAttributeList :: Lens' BatchCreateIndex [AttributeKey] Source #
Specifies the attributes that should be indexed on. Currently only a single attribute is supported.
batchCreateIndex_isUnique :: Lens' BatchCreateIndex Bool Source #
Indicates whether the attribute that is being indexed has unique values or not.