Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeConfigurationRecordersRequest

import type { DescribeConfigurationRecordersRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";

The input for the "DescribeConfigurationRecorders" action.

interface DescribeConfigurationRecordersRequest {
ConfigurationRecorderNames?: string[] | null;
}

§Properties

§
ConfigurationRecorderNames?: string[] | null
[src]

A list of configuration recorder names.