| 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.CloudTrail.Types.SourceConfig
Description
Documentation
data SourceConfig Source #
Contains configuration information about the channel.
See: newSourceConfig smart constructor.
Constructors
| SourceConfig' | |
Fields
| |
Instances
newSourceConfig :: SourceConfig Source #
Create a value of SourceConfig 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:advancedEventSelectors:SourceConfig', sourceConfig_advancedEventSelectors - The advanced event selectors that are configured for the channel.
$sel:applyToAllRegions:SourceConfig', sourceConfig_applyToAllRegions - Specifies whether the channel applies to a single region or to all
regions.
sourceConfig_advancedEventSelectors :: Lens' SourceConfig (Maybe [AdvancedEventSelector]) Source #
The advanced event selectors that are configured for the channel.
sourceConfig_applyToAllRegions :: Lens' SourceConfig (Maybe Bool) Source #
Specifies whether the channel applies to a single region or to all regions.