AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the PutConfigurationRecorder operation. Creates a new configuration recorder to record the selected resource configurations.

You can use this action to change the role roleARN and/or the recordingGroup of an existing recorder. To change the role, call the action on the existing configuration recorder and specify a role.

Currently, you can specify only one configuration recorder per account.

If ConfigurationRecorder does not have the recordingGroup parameter specified, the default is to record all supported resource types.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ConfigService.AmazonConfigServiceRequest
      Amazon.ConfigService.Model.PutConfigurationRecorderRequest

Namespace: Amazon.ConfigService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class PutConfigurationRecorderRequest : AmazonConfigServiceRequest
         IRequestEvents

The PutConfigurationRecorderRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConfigurationRecorder Amazon.ConfigService.Model.ConfigurationRecorder Gets and sets the property ConfigurationRecorder.

The configuration recorder object that records each configuration change made to the resources.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5