configservice_put_configuration_aggregator: Creates and updates the configuration aggregator with the...

View source: R/configservice_operations.R

configservice_put_configuration_aggregatorR Documentation

Creates and updates the configuration aggregator with the selected source accounts and regions

Description

Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization.

See https://www.paws-r-sdk.com/docs/configservice_put_configuration_aggregator/ for full documentation.

Usage

configservice_put_configuration_aggregator(
  ConfigurationAggregatorName,
  AccountAggregationSources = NULL,
  OrganizationAggregationSource = NULL,
  Tags = NULL
)

Arguments

ConfigurationAggregatorName

[required] The name of the configuration aggregator.

AccountAggregationSources

A list of AccountAggregationSource object.

OrganizationAggregationSource

An OrganizationAggregationSource object.

Tags

An array of tag object.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.