Show / Hide Table of Contents

Class CfnConfigurationAggregator

A CloudFormation AWS::Config::ConfigurationAggregator.

Inheritance
System.Object
Construct
CfnElement
CfnRefElement
CfnResource
CfnConfigurationAggregator
Implements
IConstruct
IDependable
IInspectable
Inherited Members
CfnResource.IsCfnResource(IConstruct)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String)
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Construct.IsConstruct(Object)
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
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 AWS::Config::ConfigurationAggregator.

CfnConfigurationAggregator(ByRefValue)
CfnConfigurationAggregator(DeputyBase.DeputyProps)

Properties

AccountAggregationSources

AWS::Config::ConfigurationAggregator.AccountAggregationSources.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties
ConfigurationAggregatorName

AWS::Config::ConfigurationAggregator.ConfigurationAggregatorName.

OrganizationAggregationSource

AWS::Config::ConfigurationAggregator.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

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-accountaggregationsources

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
CfnResource.CfnProperties
Remarks

stability: External

ConfigurationAggregatorName

AWS::Config::ConfigurationAggregator.ConfigurationAggregatorName.

public virtual string ConfigurationAggregatorName { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname

OrganizationAggregationSource

AWS::Config::ConfigurationAggregator.OrganizationAggregationSource.

public virtual object OrganizationAggregationSource { get; set; }
Property Value

System.Object

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-organizationaggregationsource

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
CfnResource.RenderProperties(IDictionary<String, Object>)
Remarks

stability: External

Implements

IConstruct
IDependable
IInspectable
Back to top Generated by DocFX