| 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.Schemas.Types.DiscovererSummary
Description
Synopsis
- data DiscovererSummary = DiscovererSummary' {
- crossAccount :: Maybe Bool
- discovererArn :: Maybe Text
- discovererId :: Maybe Text
- sourceArn :: Maybe Text
- state :: Maybe DiscovererState
- tags :: Maybe (HashMap Text Text)
- newDiscovererSummary :: DiscovererSummary
- discovererSummary_crossAccount :: Lens' DiscovererSummary (Maybe Bool)
- discovererSummary_discovererArn :: Lens' DiscovererSummary (Maybe Text)
- discovererSummary_discovererId :: Lens' DiscovererSummary (Maybe Text)
- discovererSummary_sourceArn :: Lens' DiscovererSummary (Maybe Text)
- discovererSummary_state :: Lens' DiscovererSummary (Maybe DiscovererState)
- discovererSummary_tags :: Lens' DiscovererSummary (Maybe (HashMap Text Text))
Documentation
data DiscovererSummary Source #
See: newDiscovererSummary smart constructor.
Constructors
| DiscovererSummary' | |
Fields
| |
Instances
newDiscovererSummary :: DiscovererSummary Source #
Create a value of DiscovererSummary 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:crossAccount:DiscovererSummary', discovererSummary_crossAccount - The Status if the discoverer will discover schemas from events sent from
another account.
$sel:discovererArn:DiscovererSummary', discovererSummary_discovererArn - The ARN of the discoverer.
$sel:discovererId:DiscovererSummary', discovererSummary_discovererId - The ID of the discoverer.
$sel:sourceArn:DiscovererSummary', discovererSummary_sourceArn - The ARN of the event bus.
$sel:state:DiscovererSummary', discovererSummary_state - The state of the discoverer.
$sel:tags:DiscovererSummary', discovererSummary_tags - Tags associated with the resource.
discovererSummary_crossAccount :: Lens' DiscovererSummary (Maybe Bool) Source #
The Status if the discoverer will discover schemas from events sent from another account.
discovererSummary_discovererArn :: Lens' DiscovererSummary (Maybe Text) Source #
The ARN of the discoverer.
discovererSummary_discovererId :: Lens' DiscovererSummary (Maybe Text) Source #
The ID of the discoverer.
discovererSummary_sourceArn :: Lens' DiscovererSummary (Maybe Text) Source #
The ARN of the event bus.
discovererSummary_state :: Lens' DiscovererSummary (Maybe DiscovererState) Source #
The state of the discoverer.
discovererSummary_tags :: Lens' DiscovererSummary (Maybe (HashMap Text Text)) Source #
Tags associated with the resource.