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

ConfigurationRecorder

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

An object that represents the recording of configuration changes of an Amazon Web Services resource.

interface ConfigurationRecorder {
name?: string | null;
recordingGroup?: RecordingGroup | null;
roleARN?: string | null;
}

§Properties

§
name?: string | null
[src]

The name of the recorder. By default, Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.

§
recordingGroup?: RecordingGroup | null
[src]

Specifies the types of Amazon Web Services resources for which Config records configuration changes.

§
roleARN?: string | null
[src]

Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with the account.

Note: While the API model does not require this field, the server will reject a request without a defined roleARN for the configuration recorder.