Class ConfigurationAggregatorArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cfg
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ConfigurationAggregatorArgs : ResourceArgs
Constructors
View SourceConfigurationAggregatorArgs()
Declaration
public ConfigurationAggregatorArgs()
Properties
View SourceAccountAggregationSource
The account(s) to aggregate config data from as documented below.
Declaration
public Input<ConfigurationAggregatorAccountAggregationSourceArgs> AccountAggregationSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ConfigurationAggregatorAccountAggregationSourceArgs> |
Name
The name of the configuration aggregator.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OrganizationAggregationSource
The organization to aggregate config data from as documented below.
Declaration
public Input<ConfigurationAggregatorOrganizationAggregationSourceArgs> OrganizationAggregationSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ConfigurationAggregatorOrganizationAggregationSourceArgs> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |