Amazon.ConfigService.AmazonConfigServiceClient.DescribeConfigurationRecorders C# (CSharp) Method

DescribeConfigurationRecorders() public method

Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account.

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

/// You have specified a configuration recorder that does not exist. ///
public DescribeConfigurationRecorders ( ) : Amazon.ConfigService.Model.DescribeConfigurationRecordersResponse
return Amazon.ConfigService.Model.DescribeConfigurationRecordersResponse
        public DescribeConfigurationRecordersResponse DescribeConfigurationRecorders()
        {
            return DescribeConfigurationRecorders(new DescribeConfigurationRecordersRequest());
        }

Same methods

AmazonConfigServiceClient::DescribeConfigurationRecorders ( Amazon.ConfigService.Model.DescribeConfigurationRecordersRequest request ) : Amazon.ConfigService.Model.DescribeConfigurationRecordersResponse
AmazonConfigServiceClient