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
Documentation
data ExportFilter Source #
Used to select which agent's data is to be exported. A single agent ID may be selected for export using the StartExportTask action.
See: newExportFilter
smart constructor.
Instances
Create a value of ExportFilter
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:name:ExportFilter'
, exportFilter_name
- A single ExportFilter
name. Supported filters: agentId
.
$sel:values:ExportFilter'
, exportFilter_values
- A single agentId
for a Discovery Agent. An agentId
can be found
using the
DescribeAgents
action. Typically an ADS agentId
is in the form o-0123456789abcdef0
.
$sel:condition:ExportFilter'
, exportFilter_condition
- Supported condition: EQUALS
exportFilter_name :: Lens' ExportFilter Text Source #
A single ExportFilter
name. Supported filters: agentId
.
exportFilter_values :: Lens' ExportFilter [Text] Source #
A single agentId
for a Discovery Agent. An agentId
can be found
using the
DescribeAgents
action. Typically an ADS agentId
is in the form o-0123456789abcdef0
.
exportFilter_condition :: Lens' ExportFilter Text Source #
Supported condition: EQUALS