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