Struct aws_sdk_config::model::configuration_aggregator::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ConfigurationAggregator
Implementations
The name of the aggregator.
The name of the aggregator.
The Amazon Resource Name (ARN) of the aggregator.
The Amazon Resource Name (ARN) of the aggregator.
Appends an item to account_aggregation_sources.
To override the contents of this collection use set_account_aggregation_sources.
Provides a list of source accounts and regions to be aggregated.
pub fn set_account_aggregation_sources(
self,
input: Option<Vec<AccountAggregationSource>>
) -> Self
pub fn set_account_aggregation_sources(
self,
input: Option<Vec<AccountAggregationSource>>
) -> Self
Provides a list of source accounts and regions to be aggregated.
Provides an organization and list of regions to be aggregated.
pub fn set_organization_aggregation_source(
self,
input: Option<OrganizationAggregationSource>
) -> Self
pub fn set_organization_aggregation_source(
self,
input: Option<OrganizationAggregationSource>
) -> Self
Provides an organization and list of regions to be aggregated.
The time stamp when the configuration aggregator was created.
The time stamp when the configuration aggregator was created.
The time of the last update.
The time of the last update.
Amazon Web Services service that created the configuration aggregator.
Amazon Web Services service that created the configuration aggregator.
Consumes the builder and constructs a ConfigurationAggregator
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more