| 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.Config.Types.ConfigurationAggregator
Description
Synopsis
- data ConfigurationAggregator = ConfigurationAggregator' {}
- newConfigurationAggregator :: ConfigurationAggregator
- configurationAggregator_accountAggregationSources :: Lens' ConfigurationAggregator (Maybe [AccountAggregationSource])
- configurationAggregator_configurationAggregatorArn :: Lens' ConfigurationAggregator (Maybe Text)
- configurationAggregator_configurationAggregatorName :: Lens' ConfigurationAggregator (Maybe Text)
- configurationAggregator_createdBy :: Lens' ConfigurationAggregator (Maybe Text)
- configurationAggregator_creationTime :: Lens' ConfigurationAggregator (Maybe UTCTime)
- configurationAggregator_lastUpdatedTime :: Lens' ConfigurationAggregator (Maybe UTCTime)
- configurationAggregator_organizationAggregationSource :: Lens' ConfigurationAggregator (Maybe OrganizationAggregationSource)
Documentation
data ConfigurationAggregator Source #
The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.
See: newConfigurationAggregator smart constructor.
Constructors
| ConfigurationAggregator' | |
Fields
| |
Instances
newConfigurationAggregator :: ConfigurationAggregator Source #
Create a value of ConfigurationAggregator 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:accountAggregationSources:ConfigurationAggregator', configurationAggregator_accountAggregationSources - Provides a list of source accounts and regions to be aggregated.
$sel:configurationAggregatorArn:ConfigurationAggregator', configurationAggregator_configurationAggregatorArn - The Amazon Resource Name (ARN) of the aggregator.
$sel:configurationAggregatorName:ConfigurationAggregator', configurationAggregator_configurationAggregatorName - The name of the aggregator.
$sel:createdBy:ConfigurationAggregator', configurationAggregator_createdBy - Amazon Web Services service that created the configuration aggregator.
$sel:creationTime:ConfigurationAggregator', configurationAggregator_creationTime - The time stamp when the configuration aggregator was created.
$sel:lastUpdatedTime:ConfigurationAggregator', configurationAggregator_lastUpdatedTime - The time of the last update.
$sel:organizationAggregationSource:ConfigurationAggregator', configurationAggregator_organizationAggregationSource - Provides an organization and list of regions to be aggregated.
configurationAggregator_accountAggregationSources :: Lens' ConfigurationAggregator (Maybe [AccountAggregationSource]) Source #
Provides a list of source accounts and regions to be aggregated.
configurationAggregator_configurationAggregatorArn :: Lens' ConfigurationAggregator (Maybe Text) Source #
The Amazon Resource Name (ARN) of the aggregator.
configurationAggregator_configurationAggregatorName :: Lens' ConfigurationAggregator (Maybe Text) Source #
The name of the aggregator.
configurationAggregator_createdBy :: Lens' ConfigurationAggregator (Maybe Text) Source #
Amazon Web Services service that created the configuration aggregator.
configurationAggregator_creationTime :: Lens' ConfigurationAggregator (Maybe UTCTime) Source #
The time stamp when the configuration aggregator was created.
configurationAggregator_lastUpdatedTime :: Lens' ConfigurationAggregator (Maybe UTCTime) Source #
The time of the last update.
configurationAggregator_organizationAggregationSource :: Lens' ConfigurationAggregator (Maybe OrganizationAggregationSource) Source #
Provides an organization and list of regions to be aggregated.