Class CfnConfigurationAggregator
A CloudFormation AWS::Config::ConfigurationAggregator
.
Inherited Members
Namespace: Amazon.CDK.AWS.Config
Assembly: Amazon.CDK.AWS.Config.dll
Syntax (csharp)
public class CfnConfigurationAggregator : CfnResource, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnConfigurationAggregator
Inherits CfnResource
Implements IConstruct, IDependable, IInspectable
Remarks
stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html cloudformationResource: AWS::Config::ConfigurationAggregator
Synopsis
Constructors
CfnConfigurationAggregator(Construct, String, ICfnConfigurationAggregatorProps) | Create a new |
CfnConfigurationAggregator(ByRefValue) | |
CfnConfigurationAggregator(DeputyBase.DeputyProps) |
Properties
AccountAggregationSources |
|
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
ConfigurationAggregatorName |
|
OrganizationAggregationSource |
|
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnConfigurationAggregator(Construct, String, ICfnConfigurationAggregatorProps)
Create a new AWS::Config::ConfigurationAggregator
.
public CfnConfigurationAggregator(Construct scope, string id, ICfnConfigurationAggregatorProps props)
Parameters
- scope Construct
- scope in which this resource is defined.
- id System.String
- scoped id of the resource.
- props ICfnConfigurationAggregatorProps
- resource properties.
Remarks
stability: External
CfnConfigurationAggregator(ByRefValue)
protected CfnConfigurationAggregator(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
CfnConfigurationAggregator(DeputyBase.DeputyProps)
protected CfnConfigurationAggregator(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
Properties
AccountAggregationSources
AWS::Config::ConfigurationAggregator.AccountAggregationSources
.
public virtual object AccountAggregationSources { get; set; }
Property Value
System.Object
Remarks
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
Remarks
stability: External
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Remarks
stability: External
ConfigurationAggregatorName
AWS::Config::ConfigurationAggregator.ConfigurationAggregatorName
.
public virtual string ConfigurationAggregatorName { get; set; }
Property Value
System.String
Remarks
OrganizationAggregationSource
AWS::Config::ConfigurationAggregator.OrganizationAggregationSource
.
public virtual object OrganizationAggregationSource { get; set; }
Property Value
System.Object
Remarks
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
- tree inspector to collect and process attributes.
Remarks
stability: Experimental
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Remarks
stability: External